diff options
author | Michael Adam <obnox@samba.org> | 2012-05-25 01:44:17 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2012-05-31 04:46:06 +0200 |
commit | f6e6086ad06e86a0bf6e6bc636b1cef477568aed (patch) | |
tree | 470806272b2a73315f37afd7cbece21e3e8d60c6 /selftest | |
parent | f56ada09786cd4b335f1bbe57c7c9a60eefcc5aa (diff) | |
download | samba-f6e6086ad06e86a0bf6e6bc636b1cef477568aed.tar.gz samba-f6e6086ad06e86a0bf6e6bc636b1cef477568aed.tar.bz2 samba-f6e6086ad06e86a0bf6e6bc636b1cef477568aed.zip |
selftest:Samba4: use the nmblookup4 binary mapping
Diffstat (limited to 'selftest')
-rw-r--r-- | selftest/target/Samba4.pm | 2 |
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}"); |