diff options
-rwxr-xr-x | source4/script/tests/test_echo.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/script/tests/test_echo.sh b/source4/script/tests/test_echo.sh index 882050a588..9e70f558b0 100755 --- a/source4/script/tests/test_echo.sh +++ b/source4/script/tests/test_echo.sh @@ -40,7 +40,7 @@ for transport in $transports; do done # separately test the print option - its v slow -name="[print] option" +name="print option" testit bin/smbtorture "$name" ncacn_np:"$server[print]" -U"$username"%"$password" -W $domain RPC-ECHO "$*" || failed=`expr $failed + 1` testok $0 $failed |