summaryrefslogtreecommitdiff
path: root/source4/script/tests/test_w2k3_file.sh
diff options
context:
space:
mode:
Diffstat (limited to 'source4/script/tests/test_w2k3_file.sh')
-rwxr-xr-xsource4/script/tests/test_w2k3_file.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/source4/script/tests/test_w2k3_file.sh b/source4/script/tests/test_w2k3_file.sh
index e39d9b8632..f008d49128 100755
--- a/source4/script/tests/test_w2k3_file.sh
+++ b/source4/script/tests/test_w2k3_file.sh
@@ -39,7 +39,6 @@ fail="RAW-SEARCH RAW-ACLS RAW-QFSINFO"
echo "Skipping tests expected to fail: $fail"
-failed=0
for t in $tests; do
if [ ! -z "$start" -a "$start" != $t ]; then
continue;
@@ -48,5 +47,3 @@ for t in $tests; do
name="$t"
testit "$name" smb $VALGRIND bin/smbtorture $TORTURE_OPTIONS $ADDARGS $unc -U"$username"%"$password" $t
done
-
-testok $0 $failed