s4-selftest When testing for a credentials cache, do not specify a domain
[obnox/samba/samba-obnox.git] / testprogs / blackbox / test_export_keytab.sh
index 81db5204419bd80f459dca3d23ada06dde0f45c8..351a67d7935e4d0211a53c59c6101d53c4ca7360 100755 (executable)
@@ -32,7 +32,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"