s4-selftest When testing for a credentials cache, do not specify a domain
[ira/wip.git] / testprogs / blackbox / test_passwords.sh
index f7070c0d9b1d8a8343d40f472f0db0561d2cf671..3d1c559496533f1ead9644dce812a68fce72bfcd 100755 (executable)
@@ -35,7 +35,7 @@ test_smbclient() {
        shift
        shift
        echo "test: $name"
-       $VALGRIND $smbclient //$SERVER/tmp -c "$cmd" -W "$DOMAIN" $@
+       $VALGRIND $smbclient //$SERVER/tmp -c "$cmd" $@
        status=$?
        if [ x$status = x0 ]; then
                echo "success: $name"