]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s4:selftest: run thet dlz_bind9. tests in the chgdcpass env
authorStefan Metzmacher <metze@samba.org>
Wed, 12 Sep 2012 12:15:21 +0000 (14:15 +0200)
committerStefan Metzmacher <metze@samba.org>
Wed, 12 Sep 2012 14:51:29 +0000 (16:51 +0200)
metze

source4/selftest/tests.py

index fd4b6692d28ce19bcd1cd7c064a0d9a9a60a074a..cf242e3670628895c16a5621d0e1b6d2d5ec6413 100755 (executable)
@@ -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");