summaryrefslogtreecommitdiffstats
path: root/src/lib/rpc/unit-test/ChangeLog
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2000-02-07 23:51:13 +0000
committerTom Yu <tlyu@mit.edu>2000-02-07 23:51:13 +0000
commit2549b2f4bf8dd88f4e911c90f472f4ec3e04a8ef (patch)
treefd198f2983bfc3a472317923e37ddd470796c983 /src/lib/rpc/unit-test/ChangeLog
parentda082d49caa9f84817f9ae16f746abb8f422a49c (diff)
downloadkrb5-2549b2f4bf8dd88f4e911c90f472f4ec3e04a8ef.tar.gz
krb5-2549b2f4bf8dd88f4e911c90f472f4ec3e04a8ef.tar.xz
krb5-2549b2f4bf8dd88f4e911c90f472f4ec3e04a8ef.zip
* config/unix.exp: Call send_error instead of fail to prevent
referencing variables not yet set up by the test framework. * lib/helpers.exp: Call kinit and kdestroy with the -5 flag to deal with new program behavior. Also call perror rather than error to avoid spewing a stack trace. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12021 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/rpc/unit-test/ChangeLog')
-rw-r--r--src/lib/rpc/unit-test/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/lib/rpc/unit-test/ChangeLog b/src/lib/rpc/unit-test/ChangeLog
index fa42402985..344713e432 100644
--- a/src/lib/rpc/unit-test/ChangeLog
+++ b/src/lib/rpc/unit-test/ChangeLog
@@ -1,3 +1,12 @@
+2000-02-07 Tom Yu <tlyu@mit.edu>
+
+ * config/unix.exp: Call send_error instead of fail to prevent
+ referencing variables not yet set up by the test framework.
+
+ * lib/helpers.exp: Call kinit and kdestroy with the -5 flag to
+ deal with new program behavior. Also call perror rather than
+ error to avoid spewing a stack trace.
+
1999-10-26 Tom Yu <tlyu@mit.edu>
* Makefile.in: Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES,