diff --git a/tests/gss/check-context.in b/tests/gss/check-context.in index 9ce7859d2..501ef7772 100644 --- a/tests/gss/check-context.in +++ b/tests/gss/check-context.in @@ -130,7 +130,7 @@ ${context} --no-dns-canon --name-type=krb5-principal-name host/lucid || \ { exitcode=1 ; echo test failed; } echo "======test context building" -for mech in krb5 spnego ; do +for mech in krb5 ; do #spnego echo "${mech} no-mutual" ${context} --mech-type=${mech} \ --name-type=hostbased-service host@lucid.test.h5l.se || \ @@ -142,13 +142,13 @@ for mech in krb5 spnego ; do --name-type=hostbased-service host@lucid.test.h5l.se || \ { exitcode=1 ; echo test failed; } - echo "${mech}: delegate" + echo "${mech} delegate" ${context} --mech-type=${mech} \ --delegate \ --name-type=hostbased-service host@lucid.test.h5l.se || \ { exitcode=1 ; echo test failed; } - echo "${mech}: mutual delegate" + echo "${mech} mutual delegate" ${context} --mech-type=${mech} \ --mutual --delegate \ --name-type=hostbased-service host@lucid.test.h5l.se || \