summaryrefslogtreecommitdiff
path: root/selftest/target
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2012-05-25 01:44:17 +0200
committerMichael Adam <obnox@samba.org>2012-05-31 04:46:06 +0200
commitf6e6086ad06e86a0bf6e6bc636b1cef477568aed (patch)
tree470806272b2a73315f37afd7cbece21e3e8d60c6 /selftest/target
parentf56ada09786cd4b335f1bbe57c7c9a60eefcc5aa (diff)
downloadsamba-f6e6086ad06e86a0bf6e6bc636b1cef477568aed.tar.gz
samba-f6e6086ad06e86a0bf6e6bc636b1cef477568aed.tar.bz2
samba-f6e6086ad06e86a0bf6e6bc636b1cef477568aed.zip
selftest:Samba4: use the nmblookup4 binary mapping
Diffstat (limited to 'selftest/target')
-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 4622f8ef43..97cdbf2ea8 100644
--- a/selftest/target/Samba4.pm
+++ b/selftest/target/Samba4.pm
@@ -147,7 +147,7 @@ sub wait_for_start($$)
# This will return quickly when things are up, but be slow if we
# need to wait for (eg) SSL init
- my $nmblookup = Samba::bindir_path($self, "nmblookup");
+ my $nmblookup = Samba::bindir_path($self, "nmblookup4");
system("$nmblookup $testenv_vars->{CONFIGURATION} $testenv_vars->{SERVER}");
system("$nmblookup $testenv_vars->{CONFIGURATION} -U $testenv_vars->{SERVER_IP} $testenv_vars->{SERVER}");
system("$nmblookup $testenv_vars->{CONFIGURATION} $testenv_vars->{NETBIOSNAME}");