diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/tests/dejagnu/config/ChangeLog | 5 | ||||
| -rw-r--r-- | src/tests/dejagnu/config/default.exp | 2 |
2 files changed, 6 insertions, 1 deletions
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 <tlyu@mit.edu> + + * default.exp: Use $KINIT -5 to deal with modified kinit + behavior. + 1999-08-31 Ken Raeburn <raeburn@mit.edu> * 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" |
