From 9a5019156ceb7a98eb32f6e9478c2a01fe53c314 Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Sat, 21 May 2011 13:27:57 -0700 Subject: [PATCH] remove debug and don't check targetname since it doesn't really matter --- tests/kdc/check-digest.in | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/tests/kdc/check-digest.in b/tests/kdc/check-digest.in index 243985883..4ce5a7e17 100644 --- a/tests/kdc/check-digest.in +++ b/tests/kdc/check-digest.in @@ -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"