A couple more little fixes for the domain security tests.
[kai/samba.git] / testsuite / build_farm / basicsmb-domainsec-nt4.test
index 96fac42ab2f62874f6af53882f619406609f65bc..62d4fb2875573b7137a16ac8a4033d5fb6ed0c3f 100644 (file)
@@ -8,9 +8,9 @@ test_joindomain_nt4() {
         $prefix/bin/net rpc join oldstyle -S localhost
        status=$?
        if [ $status = 0 ]; then
-           echo "'net rpc join oldstyle' correctly joined the domain ($workgroup)"
+           echo "'net rpc join oldstyle' correctly joined the domain"
        else
-           echo "'net rpc join oldstyle' failed to join the domain ($workgroup)! (status $status)"
+           echo "'net rpc join oldstyle' failed to join the domain! (status $status)"
            return 1
        fi
        return 0