r8505: - 'seal' and 'sign,seal' is the same
authorStefan Metzmacher <metze@samba.org>
Fri, 15 Jul 2005 15:17:35 +0000 (15:17 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:29:33 +0000 (13:29 -0500)
- sign and seal are tested seperate below

metze
(This used to be commit 102c2e0ae4f5e48da925ef4ee40691f9ee9187f4)

source4/script/tests/test_echo.sh

index 681bb47300ce66a1a7d5184392cf50fe70459a36..bfd8cdf4b6121bdc7e7e6fec7c91135759aa3215 100755 (executable)
@@ -23,7 +23,7 @@ fi
 
 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"