* kadmin.exp: Use $KDESTROY -5 to deal with changed behavior
authorTom Yu <tlyu@mit.edu>
Mon, 7 Feb 2000 21:53:04 +0000 (21:53 +0000)
committerTom Yu <tlyu@mit.edu>
Mon, 7 Feb 2000 21:53:04 +0000 (21:53 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12020 dc483132-0cff-0310-8789-dd5450dbe970

src/tests/dejagnu/krb-standalone/ChangeLog
src/tests/dejagnu/krb-standalone/kadmin.exp

index d82bbe8e5953611405fda9d5014806a9f5e280ad..649fb4387f97c606d190b65cd5569c46f1849378 100644 (file)
@@ -1,3 +1,7 @@
+2000-02-07  Tom Yu  <tlyu@mit.edu>
+
+       * kadmin.exp: Use $KDESTROY -5 to deal with changed behavior.
+
 2000-02-06  Tom Yu  <tlyu@mit.edu>
 
        * standalone.exp: Use $KLIST -5 and $KDESTROY -5 to deal with
index d09b4419ddf471137c1e3f2b5d1b9fefaf5354c4..8167b021f0ae1f05b599b77ad6b117fd43116dd1 100644 (file)
@@ -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
     }