summaryrefslogtreecommitdiff
path: root/source4/script/tests/test_simple.sh
diff options
context:
space:
mode:
Diffstat (limited to 'source4/script/tests/test_simple.sh')
-rwxr-xr-xsource4/script/tests/test_simple.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/script/tests/test_simple.sh b/source4/script/tests/test_simple.sh
index 7193cc8329..cec4f7f4c9 100755
--- a/source4/script/tests/test_simple.sh
+++ b/source4/script/tests/test_simple.sh
@@ -27,7 +27,7 @@ for t in $tests; do
fi
start=""
name="$t"
- testit "$name" $VALGRIND bin/smbtorture $TORTURE_OPTIONS $ADDARGS $unc -U"$username"%"$password" $t
+ testit "$name" smb $VALGRIND bin/smbtorture $TORTURE_OPTIONS $ADDARGS $unc -U"$username"%"$password" $t
done
testok $0 $failed