From: Ken Raeburn Date: Tue, 19 Feb 2002 21:37:31 +0000 (+0000) Subject: * default.exp (start_kerberos_daemons): When standalone, delete KDC replay X-Git-Tag: krb5-1.3-alpha1~877 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5ab66d8025a99a13a8dcd5c3459b08074a1a25cf;p=krb5.git * default.exp (start_kerberos_daemons): When standalone, delete KDC replay cache before starting it up. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14148 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/tests/dejagnu/config/ChangeLog b/src/tests/dejagnu/config/ChangeLog index 191a067de..05fd9a544 100644 --- a/src/tests/dejagnu/config/ChangeLog +++ b/src/tests/dejagnu/config/ChangeLog @@ -1,3 +1,8 @@ +2002-01-08 Ken Raeburn + + * default.exp (start_kerberos_daemons): When standalone, delete + KDC replay cache before starting it up. + 2001-10-31 Tom Yu * default.exp (check_k5login, check_klogin): Error out if there is diff --git a/src/tests/dejagnu/config/default.exp b/src/tests/dejagnu/config/default.exp index 609d5460c..330fa5c04 100644 --- a/src/tests/dejagnu/config/default.exp +++ b/src/tests/dejagnu/config/default.exp @@ -1244,6 +1244,7 @@ proc start_kerberos_daemons { standalone } { if {$standalone} { catch "exec rm -f $tmppwd/krb.log" catch "exec rm -f $tmppwd/kadmind.log" + catch "exec rm -f $tmppwd/krb5kdc_rcache" } # Start up the kerberos daemon