From dcdaf46f23a59b1643d9cefbd5ceb54caed4fac9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Mon, 18 Dec 2006 13:14:08 +0000 Subject: [PATCH] less bash in the automated version. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19407 ec53bebd-3082-4978-b11e-865c3cabbd6b --- tests/gss/check-spnego.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/gss/check-spnego.in b/tests/gss/check-spnego.in index 3343083e4..376471d77 100644 --- a/tests/gss/check-spnego.in +++ b/tests/gss/check-spnego.in @@ -128,13 +128,12 @@ for mech in ntlm krb5 ; do done echo "spnego" -echo ${context} \ +${context} \ --mech-type=spnego \ --ret-mech-type=krb5 \ --name-type=hostbased-service \ host@host.test.h5l.se || \ { exitcode=1 ; echo test failed; } -bash echo "test failure cases" ${context} --mech-type=ntlm --ret-mech-type=krb5 \