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