summaryrefslogtreecommitdiff
path: root/selftest
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-04-19 17:18:53 +1000
committerAndrew Tridgell <tridge@samba.org>2010-04-19 18:21:42 +1000
commit540d197e499f1ab6fb27127c18fc9e4fe913393f (patch)
treedaa279655a5057c23cc0fd8d199c36a429696ead /selftest
parent43ca57d0887495fdbf2e8dd8c7afb9d521f220f3 (diff)
downloadsamba-540d197e499f1ab6fb27127c18fc9e4fe913393f.tar.gz
samba-540d197e499f1ab6fb27127c18fc9e4fe913393f.tar.bz2
samba-540d197e499f1ab6fb27127c18fc9e4fe913393f.zip
s4-test: we don't need -s set for samba_dnsupdate
this is now handled by SMB_CONF_PATH Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'selftest')
-rw-r--r--selftest/target/Samba4.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/selftest/target/Samba4.pm b/selftest/target/Samba4.pm
index 06a5326096..4d6bca91b6 100644
--- a/selftest/target/Samba4.pm
+++ b/selftest/target/Samba4.pm
@@ -585,7 +585,7 @@ sub provision_raw_step1($$)
log level = $ctx->{server_loglevel}
lanman auth = Yes
rndc command = true
- dns update command = $ENV{SRCDIR_ABS}/scripting/bin/samba_dnsupdate -s $ctx->{smb_conf} --all-interfaces --use-file=$ctx->{dns_host_file}
+ dns update command = $ENV{SRCDIR_ABS}/scripting/bin/samba_dnsupdate --all-interfaces --use-file=$ctx->{dns_host_file}
resolv:host file = $ctx->{dns_host_file}
";