From 5557a69d87629df26283094e934a63ba9898f824 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Wed, 13 Feb 2008 22:18:26 +0000 Subject: Additional flags for the Stanford hacked kinit so that the test suite can run in AFS. --- tests/client/basic-t.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/client/basic-t.in b/tests/client/basic-t.in index 26a020e..3a9b2c3 100644 --- a/tests/client/basic-t.in +++ b/tests/client/basic-t.in @@ -35,7 +35,7 @@ if [ $? != 0 ] ; then kinit -t data/test.keytab "$principal" > /dev/null 2>&1 fi if [ $? != 0 ] ; then - kinit -k -K data/test.keytab "$principal" > /dev/null 2>&1 + kinit -T /bin/true -k -K data/test.keytab "$principal" > /dev/null 2>&1 fi if [ $? != 0 ] ; then echo 'Unable to obtain Kerberos tickets' >&2 -- cgit v1.2.3