summaryrefslogtreecommitdiff
path: root/python/samba/tests/dns_base.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/samba/tests/dns_base.py')
-rw-r--r--python/samba/tests/dns_base.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/samba/tests/dns_base.py b/python/samba/tests/dns_base.py
index 3d5aa8e25b0..2a40d999c36 100644
--- a/python/samba/tests/dns_base.py
+++ b/python/samba/tests/dns_base.py
@@ -16,7 +16,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
-from samba.tests import TestCase
+from samba.tests import TestCaseInTempDir
from samba.dcerpc import dns, dnsp
from samba import gensec, tests
from samba import credentials
@@ -27,7 +27,7 @@ import socket
import uuid
import time
-class DNSTest(TestCase):
+class DNSTest(TestCaseInTempDir):
def setUp(self):
super(DNSTest, self).setUp()