tests/run-tests.py
changeset 1034 0350b6b64aff
parent 1033 8cbcb86e4fa8
child 1037 bef1d9649208
--- a/tests/run-tests.py	Wed Nov 23 01:20:32 2011 +0000
+++ b/tests/run-tests.py	Thu Nov 24 06:43:43 2011 +0000
@@ -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'