build: Remove blacklist now we have a common build
[samba.git] / testsuite / build_farm / basicsmb-domainsec-nt4.test
index 96fac42ab2f62874f6af53882f619406609f65bc..4e68acabec51840d531b28ae1cb019cd6c92f296 100644 (file)
@@ -2,15 +2,16 @@
 
 test_joindomain_nt4() {
 
-       smbpasswd -L -a -m buildfarm$
+       echo $prefix/bin/smbpasswd -L -a -m buildfarm$
+       $prefix/bin/smbpasswd -L -a -m buildfarm$
 
-       echo $prefix/bin/net rpc join oldstyle -S localhost
-        $prefix/bin/net rpc join oldstyle -S localhost
+       echo $prefix/bin/net rpc oldjoin -S localhost
+        $prefix/bin/net rpc oldjoin -S localhost
        status=$?
        if [ $status = 0 ]; then
-           echo "'net rpc join oldstyle' correctly joined the domain ($workgroup)"
+           echo "'net rpc oldjoin' correctly joined the domain"
        else
-           echo "'net rpc join oldstyle' failed to join the domain ($workgroup)! (status $status)"
+           echo "'net rpc oldjoin' failed to join the domain! (status $status)"
            return 1
        fi
        return 0