summaryrefslogtreecommitdiff
path: root/source4/selftest
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2012-09-12 14:15:21 +0200
committerStefan Metzmacher <metze@samba.org>2012-09-12 16:51:29 +0200
commitaa1e84ae60badf032ac8d3980c9e45d0188ed4b7 (patch)
tree5237c23d1fb8e0c99a83903b31664061b09632f4 /source4/selftest
parent51a409455d672020e38f6eeb5a56900a7ea04078 (diff)
downloadsamba-aa1e84ae60badf032ac8d3980c9e45d0188ed4b7.tar.gz
samba-aa1e84ae60badf032ac8d3980c9e45d0188ed4b7.tar.bz2
samba-aa1e84ae60badf032ac8d3980c9e45d0188ed4b7.zip
s4:selftest: run thet dlz_bind9. tests in the chgdcpass env
metze
Diffstat (limited to 'source4/selftest')
-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");