summaryrefslogtreecommitdiff
path: root/selftest
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2014-07-25 16:35:25 +0200
committerMichael Adam <obnox@samba.org>2014-08-04 15:37:11 +0200
commited225d7c490ffde053a4b3c8de60bd7efb528bd0 (patch)
tree38c53b80757f4ee61ad017fafbd8f69655feac57 /selftest
parentfb9d8c402614556d7a36f9e9efb72b3f4afe838a (diff)
downloadsamba-ed225d7c490ffde053a4b3c8de60bd7efb528bd0.tar.gz
selftest: Use the actual name of the nmblookup binary.
nmblookup3 is just a binary mapping. We shouldn't use the mapping anymore. Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'selftest')
-rwxr-xr-xselftest/target/Samba3.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/selftest/target/Samba3.pm b/selftest/target/Samba3.pm
index 6c34dbb9193..0f88d93a45d 100755
--- a/selftest/target/Samba3.pm
+++ b/selftest/target/Samba3.pm
@@ -1290,7 +1290,7 @@ sub wait_for_start($$$$$)
print "delaying for nbt name registration\n";
sleep(10);
# 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, "nmblookup3");
+ my $nmblookup = Samba::bindir_path($self, "nmblookup");
system("$nmblookup $envvars->{CONFIGURATION} -U $envvars->{SERVER_IP} __SAMBA__");
system("$nmblookup $envvars->{CONFIGURATION} __SAMBA__");
system("$nmblookup $envvars->{CONFIGURATION} -U 127.255.255.255 __SAMBA__");