From: Tom Yu Date: Sun, 6 Feb 2000 23:02:43 +0000 (+0000) Subject: * default.exp: Use $KINIT -5 to deal with modified kinit X-Git-Tag: krb5-1.2-beta1~117 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f2b9dac2f44cbbefe594f9ef1909fa7de81b4aac;p=krb5.git * 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 --- 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"