From 19c390a02736600ad1e90cff44d4b01993cdf5da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Fri, 15 Dec 2006 23:03:37 +0000 Subject: [PATCH] less bash in the test script git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19391 ec53bebd-3082-4978-b11e-865c3cabbd6b --- tests/kdc/check-digest.in | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/kdc/check-digest.in b/tests/kdc/check-digest.in index 0125220b3..dbe94c80a 100644 --- a/tests/kdc/check-digest.in +++ b/tests/kdc/check-digest.in @@ -126,11 +126,6 @@ ${test_ntlm} || { echo "test_ntlm failed"; exit 1; } NTLM_USER_FILE="${srcdir}/ntlm-user-file.txt" export NTLM_USER_FILE -echo ${context} --mech-type=ntlm \ - --name-type=hostbased-service datan@DOMAIN || \ - { echo "test_context 1 failed"; exit 1; } -bash - echo "test_context --mech-type=ntlm" ${context} --mech-type=ntlm \ --name-type=hostbased-service datan@DOMAIN || \