From: Tom Yu Date: Mon, 7 Feb 2000 21:53:04 +0000 (+0000) Subject: * kadmin.exp: Use $KDESTROY -5 to deal with changed behavior X-Git-Tag: krb5-1.2-beta1~100 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=da082d49caa9f84817f9ae16f746abb8f422a49c;p=krb5.git * kadmin.exp: Use $KDESTROY -5 to deal with changed behavior git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12020 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/tests/dejagnu/krb-standalone/ChangeLog b/src/tests/dejagnu/krb-standalone/ChangeLog index d82bbe8e5..649fb4387 100644 --- a/src/tests/dejagnu/krb-standalone/ChangeLog +++ b/src/tests/dejagnu/krb-standalone/ChangeLog @@ -1,3 +1,7 @@ +2000-02-07 Tom Yu + + * kadmin.exp: Use $KDESTROY -5 to deal with changed behavior. + 2000-02-06 Tom Yu * standalone.exp: Use $KLIST -5 and $KDESTROY -5 to deal with diff --git a/src/tests/dejagnu/krb-standalone/kadmin.exp b/src/tests/dejagnu/krb-standalone/kadmin.exp index d09b4419d..8167b021f 100644 --- a/src/tests/dejagnu/krb-standalone/kadmin.exp +++ b/src/tests/dejagnu/krb-standalone/kadmin.exp @@ -649,7 +649,7 @@ proc kpasswd_cpw { princ opw npw } { proc kdestroy { } { global KDESTROY - spawn $KDESTROY + spawn $KDESTROY -5 if ![check_exit_status "kdestroy"] { return 0 }