diff options
| author | Andreas Schneider <asn@samba.org> | 2014-07-25 16:35:25 +0200 |
|---|---|---|
| committer | Michael Adam <obnox@samba.org> | 2014-08-04 15:37:11 +0200 |
| commit | ed225d7c490ffde053a4b3c8de60bd7efb528bd0 (patch) | |
| tree | 38c53b80757f4ee61ad017fafbd8f69655feac57 | |
| parent | fb9d8c402614556d7a36f9e9efb72b3f4afe838a (diff) | |
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>
| -rwxr-xr-x | selftest/target/Samba3.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/selftest/target/Samba3.pm b/selftest/target/Samba3.pm index 6c34dbb919..0f88d93a45 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__"); |
