less bash in the automated version.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19407 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-12-18 13:14:08 +00:00
parent 7a8432db0d
commit dcdaf46f23

View File

@@ -128,13 +128,12 @@ for mech in ntlm krb5 ; do
done done
echo "spnego" echo "spnego"
echo ${context} \ ${context} \
--mech-type=spnego \ --mech-type=spnego \
--ret-mech-type=krb5 \ --ret-mech-type=krb5 \
--name-type=hostbased-service \ --name-type=hostbased-service \
host@host.test.h5l.se || \ host@host.test.h5l.se || \
{ exitcode=1 ; echo test failed; } { exitcode=1 ; echo test failed; }
bash
echo "test failure cases" echo "test failure cases"
${context} --mech-type=ntlm --ret-mech-type=krb5 \ ${context} --mech-type=ntlm --ret-mech-type=krb5 \