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:
@@ -113,9 +113,9 @@ ${context} --name-type=krb5-principal-name host/lucid.test.h5l.se@${R} || \
|
||||
echo "plain (krb5 realmless)"
|
||||
${context} --name-type=krb5-principal-name host/lucid.test.h5l.se || \
|
||||
{ exitcode=1 ; echo test failed; }
|
||||
echo "dns canon on (long name)"
|
||||
${context} --dns-canon host@lucid.test.h5l.se || \
|
||||
{ exitcode=1 ; echo test failed; }
|
||||
echo "dns canon on (long name) OFF, need dns_wrapper"
|
||||
#${context} --dns-canon host@lucid.test.h5l.se || \
|
||||
# { exitcode=1 ; echo test failed; }
|
||||
echo "dns canon off (long name)"
|
||||
${context} --no-dns-canon host@lucid.test.h5l.se || \
|
||||
{ exitcode=1 ; echo test failed; }
|
||||
|
Reference in New Issue
Block a user