diff options
author | Stefan Metzmacher <metze@samba.org> | 2005-06-09 08:27:15 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:17:52 -0500 |
commit | 70c3a8a2a8f2ff8736d5e1ad245ac012c57b0f1d (patch) | |
tree | 48e7d0a4c36d19955cfa376baa1a4db37d9ab359 | |
parent | bc2a1f87d6b0b3a4bb099df877f7a36ee4831d27 (diff) | |
download | samba-70c3a8a2a8f2ff8736d5e1ad245ac012c57b0f1d.tar.gz samba-70c3a8a2a8f2ff8736d5e1ad245ac012c57b0f1d.tar.bz2 samba-70c3a8a2a8f2ff8736d5e1ad245ac012c57b0f1d.zip |
r7429: make the shell happy and don't use [bla]
metze
(This used to be commit 4ff50d12aedb03d8b93904655ce9941ff6290b29)
-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 |