less bash in the test script

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19391 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-12-15 23:03:37 +00:00
parent 9f3d48b8c1
commit 19c390a027

View File

@@ -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 || \