Author: metze Date: 2005-07-15 15:17:35 +0000 (Fri, 15 Jul 2005) New Revision: 8505
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=8505 Log: - 'seal' and 'sign,seal' is the same - sign and seal are tested seperate below 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-07-15 14:57:12 UTC (rev 8504) +++ branches/SAMBA_4_0/source/script/tests/test_echo.sh 2005-07-15 15:17:35 UTC (rev 8505) @@ -23,7 +23,7 @@ failed=0 for transport in $transports; do - for bindoptions in connect spnego spnego,sign spnego,seal sign seal sign,seal validate padcheck bigendian bigendian,seal; do + for bindoptions in connect spnego spnego,sign spnego,seal validate padcheck bigendian bigendian,seal; do for ntlmoptions in \ "--option=socket:testnonblock=True --option=torture:echo_TestSleep=no"; do name="RPC-ECHO on $transport with $bindoptions and $ntlmoptions"
