summaryrefslogtreecommitdiffstats
path: root/src/tests/dejagnu/krb-standalone/ChangeLog
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2001-11-02 20:03:00 +0000
committerTom Yu <tlyu@mit.edu>2001-11-02 20:03:00 +0000
commit3bea9d4e23cf1b0d188f8802aefc18d3c3940988 (patch)
treee92bd35bafe5b0824545ccc90ff3102e8e8d83a7 /src/tests/dejagnu/krb-standalone/ChangeLog
parent6b986c00ab36f6fac040ca38fdf974af4f26dbd6 (diff)
downloadkrb5-3bea9d4e23cf1b0d188f8802aefc18d3c3940988.tar.gz
krb5-3bea9d4e23cf1b0d188f8802aefc18d3c3940988.tar.xz
krb5-3bea9d4e23cf1b0d188f8802aefc18d3c3940988.zip
* v4gssftp.exp: Calling send_error from within a dejagnu test is
wrong. So is calling exit. Fix to not do these things. Expect eof rather than "\r" so as to drain pty buffers and avoid deadlock. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13931 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/tests/dejagnu/krb-standalone/ChangeLog')
-rw-r--r--src/tests/dejagnu/krb-standalone/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/tests/dejagnu/krb-standalone/ChangeLog b/src/tests/dejagnu/krb-standalone/ChangeLog
index 59eaae32cb..768c1b72f4 100644
--- a/src/tests/dejagnu/krb-standalone/ChangeLog
+++ b/src/tests/dejagnu/krb-standalone/ChangeLog
@@ -1,5 +1,12 @@
2001-11-02 Tom Yu <tlyu@mit.edu>
+ * v4gssftp.exp: Calling send_error from within a dejagnu test is
+ wrong. So is calling exit. Fix to not do these things. Expect
+ eof rather than "\r" so as to drain pty buffers and avoid
+ deadlock.
+
+2001-11-02 Tom Yu <tlyu@mit.edu>
+
* gssftp.exp: Calling send_error from within a dejagnu test is
wrong. So is calling exit. Fix to not do these things. Expect
eof rather than "\r" so as to drain pty buffers and avoid