s4-selftest When testing for a credentials cache, do not specify a domain
[ab/samba.git/.git] / testprogs / blackbox / test_pkinit.sh
index 55cb6e3e5d8b4db93257948986855f7c575f0948..b4e91e782a3c90a136628d26940a6771e8aea546 100755 (executable)
@@ -40,7 +40,7 @@ test_smbclient() {
        shift
        shift
        echo "test: $name"
-       $VALGRIND $smbclient $CONFIGURATION //$SERVER/tmp -c "$cmd" -W "$DOMAIN" $@
+       $VALGRIND $smbclient $CONFIGURATION //$SERVER/tmp -c "$cmd" $@
        status=$?
        if [ x$status = x0 ]; then
                echo "success: $name"