From e338b4b47b6271ca46060a1fe8c61ab8afaecc8f Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 10 Apr 2007 20:19:31 +0000 Subject: r22156: - Lazy evaluate variable names. - Don't set up environments until necessary - Add --resetup-environment option - Add 'none' environment (This used to be commit ed0410309bfdefb0d31cb247c26b947956fb1137) --- source4/script/tests/test_posix.sh | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'source4/script/tests/test_posix.sh') diff --git a/source4/script/tests/test_posix.sh b/source4/script/tests/test_posix.sh index 8faaac1a88..88040def88 100755 --- a/source4/script/tests/test_posix.sh +++ b/source4/script/tests/test_posix.sh @@ -3,18 +3,6 @@ # this runs the file serving tests that are expected to pass with the # current posix ntvfs backend -if [ $# -lt 3 ]; then -cat < -EOF -exit 1; -fi - -unc="$1" -username="$2" -password="$3" -start="$4" -shift 4 ADDARGS="$*" incdir=`dirname $0` @@ -30,5 +18,5 @@ for t in $tests; do continue; fi start="" - plantest "$t" smb $VALGRIND bin/smbtorture $TORTURE_OPTIONS $ADDARGS $unc -U"$username"%"$password" $t + plantest "$t" dc $VALGRIND bin/smbtorture $TORTURE_OPTIONS $ADDARGS //\$SERVER/tmp -U"\$USERNAME"%"\$PASSWORD" $t done -- cgit