samba-tool: Add new command 'samba-tool drs clone-dc-database'
[obnox/samba/samba-obnox.git] / python / samba / tests / __init__.py
index b53c4ea027ffc394374852647d932308ce1b4a17..87b69435e378bbf6026009f12428ec258bccc32c 100644 (file)
@@ -253,7 +253,7 @@ class BlackboxProcessError(Exception):
         return "Command '%s'; exit status %d; stdout: '%s'; stderr: '%s'" % (self.cmd, self.returncode,
                                                                              self.stdout, self.stderr)
 
-class BlackboxTestCase(TestCase):
+class BlackboxTestCase(TestCaseInTempDir):
     """Base test case for blackbox tests."""
 
     def _make_cmdline(self, line):