summaryrefslogtreecommitdiff
path: root/source4/script/tests/test_cifs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'source4/script/tests/test_cifs.sh')
-rwxr-xr-xsource4/script/tests/test_cifs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/script/tests/test_cifs.sh b/source4/script/tests/test_cifs.sh
index fefa9169dd..2bf3c4a5b1 100755
--- a/source4/script/tests/test_cifs.sh
+++ b/source4/script/tests/test_cifs.sh
@@ -17,5 +17,5 @@ for t in $tests; do
continue;
fi
start=""
- plantest "ntvfs/cifs $t" dc $VALGRIND bin/smbtorture $TORTURE_OPTIONS $ADDARGS //\$SERVER/cifs -U"\$USERNAME"%"\$PASSWORD" $t
+ plantest "ntvfs/cifs $t" dc $VALGRIND bin/smbtorture $TORTURE_OPTIONS $ADDARGS //\$NETBIOSNAME/cifs -U"\$USERNAME"%"\$PASSWORD" $t
done