s4-selftest When testing for a credentials cache, do not specify a domain
[tridge/samba.git] / testprogs / blackbox / test_kinit.sh
index d54955dd1cbebb3f7756783c6577ebc3f069365a..0b4e2d35e7e02dadbdb079a09b7f067d562caecb 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"