diff --git a/tests/run-tests.py b/tests/run-tests.py
index c88b9e59758878d2c9d2064c01c72a45be304dca_dGVzdHMvcnVuLXRlc3RzLnB5..4e8cd15240bf8d8f179cc4e7ebe25cb4d94644e1_dGVzdHMvcnVuLXRlc3RzLnB5 100755
--- a/tests/run-tests.py
+++ b/tests/run-tests.py
@@ -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