disable dns canon on test, break on some buildfarm hosts.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21263 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-06-22 07:34:34 +00:00
parent 4ad305a90c
commit 913b06b055

View File

@@ -113,9 +113,9 @@ ${context} --name-type=krb5-principal-name host/lucid.test.h5l.se@${R} || \
echo "plain (krb5 realmless)" echo "plain (krb5 realmless)"
${context} --name-type=krb5-principal-name host/lucid.test.h5l.se || \ ${context} --name-type=krb5-principal-name host/lucid.test.h5l.se || \
{ exitcode=1 ; echo test failed; } { exitcode=1 ; echo test failed; }
echo "dns canon on (long name)" echo "dns canon on (long name) OFF, need dns_wrapper"
${context} --dns-canon host@lucid.test.h5l.se || \ #${context} --dns-canon host@lucid.test.h5l.se || \
{ exitcode=1 ; echo test failed; } # { exitcode=1 ; echo test failed; }
echo "dns canon off (long name)" echo "dns canon off (long name)"
${context} --no-dns-canon host@lucid.test.h5l.se || \ ${context} --no-dns-canon host@lucid.test.h5l.se || \
{ exitcode=1 ; echo test failed; } { exitcode=1 ; echo test failed; }