tests/run-tests.py
changeset 6209 4e8cd15240bf
parent 6208 c88b9e597588
child 6212 e75aab656f46
--- 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