svn commit: samba r7469 - in branches/SAMBA_4_0/source/script/tests: .

metze at samba.org metze at samba.org
Fri Jun 10 16:19:38 GMT 2005


Author: metze
Date: 2005-06-10 16:19:38 +0000 (Fri, 10 Jun 2005)
New Revision: 7469

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7469

Log:
fix typo

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-10 16:09:41 UTC (rev 7468)
+++ branches/SAMBA_4_0/source/script/tests/test_echo.sh	2005-06-10 16:19:38 UTC (rev 7469)
@@ -41,6 +41,6 @@
 
 # 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



More information about the samba-cvs mailing list