summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2005-07-15 15:17:35 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:29:33 -0500
commit0d48658ae0eeed41994ca9101cc361e150e7c45f (patch)
tree5a551a9d02a3e96d4359a6480107d629af72d1ad /source4
parent632b7ec0d070c0c770587dab200cc9413833bf03 (diff)
downloadsamba-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)
Diffstat (limited to 'source4')
-rwxr-xr-xsource4/script/tests/test_echo.sh2
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"