From: Michael Adam Date: Thu, 24 May 2012 23:44:17 +0000 (+0200) Subject: selftest:Samba4: use the nmblookup4 binary mapping X-Git-Tag: samba-4.0.0beta1~96 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f6e6086ad06e86a0bf6e6bc636b1cef477568aed;p=thirdparty%2Fsamba.git selftest:Samba4: use the nmblookup4 binary mapping --- diff --git a/selftest/target/Samba4.pm b/selftest/target/Samba4.pm index 4622f8ef437..97cdbf2ea88 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}");