From dfebb927020b4460b7e583fcb01be3b07d988479 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 22 Feb 2009 23:26:27 +0000 Subject: [PATCH] test wrapunwrap git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24784 ec53bebd-3082-4978-b11e-865c3cabbd6b --- tests/gss/check-context.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/gss/check-context.in b/tests/gss/check-context.in index d6bafda42..cb52b3001 100644 --- a/tests/gss/check-context.in +++ b/tests/gss/check-context.in @@ -177,24 +177,28 @@ echo "======test context building" for mech in krb5 spnego ; do echo "${mech} no-mutual" ${context} --mech-type=${mech} \ + --wrapunwrap \ --name-type=hostbased-service host@lucid.test.h5l.se || \ { exitcode=1 ; echo "test failed"; } echo "${mech} mutual" ${context} --mech-type=${mech} \ --mutual \ + --wrapunwrap \ --name-type=hostbased-service host@lucid.test.h5l.se || \ { exitcode=1 ; echo "test failed"; } echo "${mech} delegate" ${context} --mech-type=${mech} \ --delegate \ + --wrapunwrap \ --name-type=hostbased-service host@lucid.test.h5l.se || \ { exitcode=1 ; echo "test failed"; } echo "${mech} mutual delegate" ${context} --mech-type=${mech} \ --mutual --delegate \ + --wrapunwrap \ --name-type=hostbased-service host@lucid.test.h5l.se || \ { exitcode=1 ; echo "test failed"; } done @@ -208,6 +212,7 @@ for mech in krb5 ; do --mech-type=${mech} \ --mutual \ --dce-style \ + --wrapunwrap \ --name-type=hostbased-service host@lucid.test.h5l.se || \ { exitcode=1 ; echo "test failed"; }