summaryrefslogtreecommitdiffstats
path: root/src/lib/rpc/unit-test/ChangeLog
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2004-02-27 21:48:32 +0000
committerKen Raeburn <raeburn@mit.edu>2004-02-27 21:48:32 +0000
commitfad632e233f186f2db1285a1302552c0e73bb262 (patch)
tree9f2d598b9814cb2ffefeb1509fbd5717c6153c24 /src/lib/rpc/unit-test/ChangeLog
parent9cd5e4909839ba4871484372e8f89cba95c14a45 (diff)
downloadkrb5-fad632e233f186f2db1285a1302552c0e73bb262.tar.gz
krb5-fad632e233f186f2db1285a1302552c0e73bb262.tar.xz
krb5-fad632e233f186f2db1285a1302552c0e73bb262.zip
* lib/helpers.exp (expect_kadm_ok): Check for eof and report a specific error
for that case. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16138 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/rpc/unit-test/ChangeLog')
-rw-r--r--src/lib/rpc/unit-test/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/rpc/unit-test/ChangeLog b/src/lib/rpc/unit-test/ChangeLog
index 03c929c819..b5f3d68beb 100644
--- a/src/lib/rpc/unit-test/ChangeLog
+++ b/src/lib/rpc/unit-test/ChangeLog
@@ -1,3 +1,8 @@
+2004-02-27 Ken Raeburn <raeburn@mit.edu>
+
+ * lib/helpers.exp (expect_kadm_ok): Check for eof and report a
+ specific error for that case.
+
2004-02-13 Tom Yu <tlyu@mit.edu>
* config/unix.exp (PRIOCNTL_HACK): Use "==" instead of "eq", which