summaryrefslogtreecommitdiff
path: root/source4/selftest/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'source4/selftest/tests.py')
-rwxr-xr-xsource4/selftest/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py
index fd4b6692d2..cf242e3670 100755
--- a/source4/selftest/tests.py
+++ b/source4/selftest/tests.py
@@ -299,7 +299,7 @@ planpythontestsuite("dc", "samba.tests.dns")
# Local tests
for t in smb4torture_testsuites("dlz_bind9."):
#The dlz_bind9 tests needs to look at the DNS database
- plansmbtorturetestsuite(t, "dc:local", "ncalrpc:localhost")
+ plansmbtorturetestsuite(t, "chgdcpass:local", "ncalrpc:localhost")
planpythontestsuite("s3dc", "samba.tests.libsmb_samba_internal");