From 06ebab9e91adc8914dd71d72e09ac759f17cebc6 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 10 Jun 2005 16:19:38 +0000 Subject: r7469: fix typo metze (This used to be commit 98acab72c9bf810a96c6529510ee12eb5a4c74c3) --- source4/script/tests/test_echo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/script/tests') 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 -- cgit