aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2008-02-13 22:18:26 +0000
committerRuss Allbery <rra@stanford.edu>2008-02-13 22:18:26 +0000
commit5557a69d87629df26283094e934a63ba9898f824 (patch)
tree825037de18babc6457bce22566a64b6781798b51 /tests
parent4a3486cc75336c5324b7f970ff200381cb9b80ef (diff)
Additional flags for the Stanford hacked kinit so that the test suite
can run in AFS.
Diffstat (limited to 'tests')
-rw-r--r--tests/client/basic-t.in2
1 files changed, 1 insertions, 1 deletions
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