summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
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