s4-selftest When testing for a credentials cache, do not specify a domain
[obnox/samba/samba-obnox.git] / testprogs / blackbox / test_chgdcpass.sh
index 467eaf7bd9ee9533f258c18df77ce6effa0f2c6f..d54cfeff10ae186270e048bc7ef5b8e96b19323c 100755 (executable)
@@ -35,7 +35,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"