Author: metze Date: 2005-06-09 08:27:15 +0000 (Thu, 09 Jun 2005) New Revision: 7429
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7429 Log: make the shell happy and don't use [bla] metze Modified: branches/SAMBA_4_0/source/script/tests/test_echo.sh Changeset: Modified: branches/SAMBA_4_0/source/script/tests/test_echo.sh =================================================================== --- branches/SAMBA_4_0/source/script/tests/test_echo.sh 2005-06-09 08:19:17 UTC (rev 7428) +++ branches/SAMBA_4_0/source/script/tests/test_echo.sh 2005-06-09 08:27:15 UTC (rev 7429) @@ -40,7 +40,7 @@ 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
