--- a/tests/run-tests.py Tue Jan 29 22:19:10 2013 +0000+++ b/tests/run-tests.py Fri Feb 08 12:11:51 2013 +0000@@ -622,6 +622,7 @@ script.append('set -x\n') if os.getenv('MSYSTEM'): script.append('alias pwd="pwd -W"\n')+ n = 0 for n, l in enumerate(t): if not l.endswith('\n'): l += '\n'