diff options
author | Stefan Metzmacher <metze@samba.org> | 2005-07-15 15:17:35 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:29:33 -0500 |
commit | 0d48658ae0eeed41994ca9101cc361e150e7c45f (patch) | |
tree | 5a551a9d02a3e96d4359a6480107d629af72d1ad | |
parent | 632b7ec0d070c0c770587dab200cc9413833bf03 (diff) | |
download | samba-0d48658ae0eeed41994ca9101cc361e150e7c45f.tar.gz samba-0d48658ae0eeed41994ca9101cc361e150e7c45f.tar.bz2 samba-0d48658ae0eeed41994ca9101cc361e150e7c45f.zip |
r8505: - 'seal' and 'sign,seal' is the same
- sign and seal are tested seperate below
metze
(This used to be commit 102c2e0ae4f5e48da925ef4ee40691f9ee9187f4)
-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 681bb47300..bfd8cdf4b6 100755 --- a/source4/script/tests/test_echo.sh +++ b/source4/script/tests/test_echo.sh @@ -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" |