mirror of
https://github.com/samba-team/samba.git
synced 2025-03-01 04:58:35 +03:00
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>
This commit is contained in:
parent
fb9d8c4026
commit
ed225d7c49
@ -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__");
|
||||
|
Loading…
x
Reference in New Issue
Block a user