remove debug and don't check targetname since it doesn't really matter

This commit is contained in:
Love Hornquist Astrand
2011-05-21 13:27:57 -07:00
parent 5564106268
commit 9a5019156c

View File

@@ -140,21 +140,11 @@ ${test_context} --mech-type=ntlm \
--name-type=hostbased-service datan@host.TEST || \
{ echo "test_context 2 failed"; exit 1; }
echo ${test_context} --mech-type=ntlm \
--client-name=foo@TEST \
--name-type=hostbased-service datan@host.test.domain2
bash
${test_context} --mech-type=ntlm \
--client-name=foo@TEST \
--name-type=hostbased-service datan@host.test.domain2 || \
{ echo "test_context 3 failed"; exit 1; }
${test_context} --mech-type=ntlm \
--client-name=foo@TEST \
--name-type=hostbased-service datan@host.foo 2>/dev/null && \
{ echo "test_context 4 failed"; exit 1; }
echo "Trying SL in NTLM"