tests/run-tests.py
changeset 15569 3e13ade423f0
parent 15517 9ec8569e9a8b
child 15857 58dcb837f193
--- 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'