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:
@@ -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 \
|
||||||
|
Reference in New Issue
Block a user