diff -r 413c6fe6d1e3 -r 630d72ae4f76 tests/run-tests.py --- a/tests/run-tests.py Wed Sep 22 16:06:02 2010 -0500 +++ b/tests/run-tests.py Wed Sep 22 18:20:47 2010 -0500 @@ -518,7 +518,7 @@ c = el[i] i += 1 if c == '\\' and el[i] in '*?\\': - res += el[i-1:i+1] + res += el[i - 1:i + 1] i += 1 elif c == '*': res += '.*'