--- 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'