summaryrefslogtreecommitdiffstats
path: root/src/lib/rpc/unit-test/ChangeLog
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2002-09-15 19:17:58 +0000
committerTom Yu <tlyu@mit.edu>2002-09-15 19:17:58 +0000
commitd084b8fb16661b7d0a38e6cdd9014f8d76f9bfb0 (patch)
tree1f8d657510d48b197308e1c82461fac752880466 /src/lib/rpc/unit-test/ChangeLog
parent9d485540575f484b6ed67f0257e8223b73cb99f2 (diff)
downloadkrb5-d084b8fb16661b7d0a38e6cdd9014f8d76f9bfb0.tar.gz
krb5-d084b8fb16661b7d0a38e6cdd9014f8d76f9bfb0.tar.xz
krb5-d084b8fb16661b7d0a38e6cdd9014f8d76f9bfb0.zip
* lib/helpers.exp (expect_tcl_prompt): Use the "-re" flag, and
match end of output. (expect_kadm_ok): s/error/perror. (setup_database): Work around tcl 8.4's (incorrect?) output EOL translation. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14867 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/rpc/unit-test/ChangeLog')
-rw-r--r--src/lib/rpc/unit-test/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/lib/rpc/unit-test/ChangeLog b/src/lib/rpc/unit-test/ChangeLog
index 71fd921fd4..1da42068cd 100644
--- a/src/lib/rpc/unit-test/ChangeLog
+++ b/src/lib/rpc/unit-test/ChangeLog
@@ -1,3 +1,11 @@
+2002-09-15 Tom Yu <tlyu@mit.edu>
+
+ * lib/helpers.exp (expect_tcl_prompt): Use the "-re" flag, and
+ match end of output.
+ (expect_kadm_ok): s/error/perror.
+ (setup_database): Work around tcl 8.4's (incorrect?) output EOL
+ translation.
+
2002-08-29 Ken Raeburn <raeburn@mit.edu>
* Makefile.in: Revert $(S)=>/ change, for Windows support.