From f2b9dac2f44cbbefe594f9ef1909fa7de81b4aac Mon Sep 17 00:00:00 2001 From: Tom Yu Date: Sun, 6 Feb 2000 23:02:43 +0000 Subject: [PATCH] * default.exp: Use $KINIT -5 to deal with modified kinit behavior. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12003 dc483132-0cff-0310-8789-dd5450dbe970 --- src/tests/dejagnu/config/ChangeLog | 5 +++++ src/tests/dejagnu/config/default.exp | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/tests/dejagnu/config/ChangeLog b/src/tests/dejagnu/config/ChangeLog index 4cecec791..e50ac0d10 100644 --- a/src/tests/dejagnu/config/ChangeLog +++ b/src/tests/dejagnu/config/ChangeLog @@ -1,3 +1,8 @@ +2000-02-06 Tom Yu + + * default.exp: Use $KINIT -5 to deal with modified kinit + behavior. + 1999-08-31 Ken Raeburn * default.exp (setup_kerberos_files): Set kdc_supported_enctypes diff --git a/src/tests/dejagnu/config/default.exp b/src/tests/dejagnu/config/default.exp index 6b53e3522..26c464f84 100644 --- a/src/tests/dejagnu/config/default.exp +++ b/src/tests/dejagnu/config/default.exp @@ -1169,7 +1169,7 @@ proc kinit { name pass standalone } { # tests that distiguish between forwardable tickets and otherwise # we should but another option to this proc. --proven # - spawn $KINIT -f $name@$REALMNAME + spawn $KINIT -5 -f $name@$REALMNAME expect { "Password for $name@$REALMNAME:" { verbose "kinit started" -- 2.26.2