tests/run-tests.py
branchstable
changeset 1033 8cbcb86e4fa8
parent 1022 34ebea1c49c9
child 1037 bef1d9649208
--- a/tests/run-tests.py	Mon Nov 21 01:49:20 2011 +0100
+++ b/tests/run-tests.py	Mon Nov 21 01:49:20 2011 +0100
@@ -593,6 +593,8 @@
     f.close()
 
     script = []
+    if os.getenv('MSYSTEM'):
+        script.append('alias pwd="pwd -W"\n')
     for n, l in enumerate(t):
         if not l.endswith('\n'):
             l += '\n'