summaryrefslogtreecommitdiff
path: root/source4/script/tests
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2005-06-10 16:19:38 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:17:56 -0500
commit06ebab9e91adc8914dd71d72e09ac759f17cebc6 (patch)
treedca8bcbaff8c885fe8927fdee895ddb9f9d32327 /source4/script/tests
parent13dcf319dcc4892b35804a93b1234a9f7e88efa4 (diff)
downloadsamba-06ebab9e91adc8914dd71d72e09ac759f17cebc6.tar.gz
samba-06ebab9e91adc8914dd71d72e09ac759f17cebc6.tar.bz2
samba-06ebab9e91adc8914dd71d72e09ac759f17cebc6.zip
r7469: fix typo
metze (This used to be commit 98acab72c9bf810a96c6529510ee12eb5a4c74c3)
Diffstat (limited to 'source4/script/tests')
-rwxr-xr-xsource4/script/tests/test_echo.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/script/tests/test_echo.sh b/source4/script/tests/test_echo.sh
index 9e70f558b0..4ded5961e4 100755
--- a/source4/script/tests/test_echo.sh
+++ b/source4/script/tests/test_echo.sh
@@ -41,6 +41,6 @@ done
# separately test the print option - its v slow
name="print option"
-testit bin/smbtorture "$name" ncacn_np:"$server[print]" -U"$username"%"$password" -W $domain RPC-ECHO "$*" || failed=`expr $failed + 1`
+testit "$name" bin/smbtorture ncacn_np:"$server[print]" -U"$username"%"$password" -W $domain RPC-ECHO "$*" || failed=`expr $failed + 1`
testok $0 $failed