r26593: - More work on the python versions of samba3dump and the samba3sam tests.
[idra/samba.git] / source4 / scripting / python / samba / tests / __init__.py
index e213c1cc1f3c7f990d220b10f94367b9992a7ce0..5885a3b507911ed9b47b4f8d651f8d358f43bf55 100644 (file)
@@ -43,6 +43,7 @@ class TestCaseInTempDir(unittest.TestCase):
 
     def tearDown(self):
         super(TestCaseInTempDir, self).tearDown()
+        os.rmdir(self.tempdir)
 
 
 class SubstituteVarTestCase(unittest.TestCase):