Test name canon rules via GSS and put kdc tests last

Put kdc last in tests/Makefile.am.  There's two tests in tests/kdc
    that have been failing for a long time, and that causes the
    remaining tests to not be run.  By putting kdc last those tests do
    run.
This commit is contained in:
Nicolas Williams
2011-10-20 22:56:46 -05:00
parent ce04492b36
commit 612e5c2a12
4 changed files with 17 additions and 3 deletions

View File

@@ -114,6 +114,11 @@ ${acquire_cred} \
--acquire-type=accept \
--acquire-name=host@host.test.h5l.se || exit 1
echo "keytab w/ short-form name and name canon rules"
${acquire_cred} \
--acquire-type=accept \
--acquire-name=host@host || exit 1
echo "keytab w/o name"
${acquire_cred} \
--acquire-type=accept || exit 1