--- a/tests/run-tests.py Wed Mar 05 08:00:05 2008 +0100
+++ b/tests/run-tests.py Fri Mar 07 00:01:13 2008 +0100
@@ -402,7 +402,7 @@
os.chdir(TESTDIR)
if not options.keep_tmpdir:
- shutil.rmtree(tmpd, True)
+ shutil.rmtree(tmpd, True)
if skipped:
return None
return ret == 0