diff options
author | Ken Raeburn <raeburn@mit.edu> | 1996-05-04 02:20:51 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@mit.edu> | 1996-05-04 02:20:51 +0000 |
commit | a7f0f623b8192620291b9e041073cef0e7185104 (patch) | |
tree | 8e226cb92edae2ec48f29b733f7a4d45f12e0bbc /src/tests/dejagnu/krb-root/ChangeLog | |
parent | e3b3470fc9a847277e43bed9e87e6b16528a82f2 (diff) | |
download | krb5-a7f0f623b8192620291b9e041073cef0e7185104.tar.gz krb5-a7f0f623b8192620291b9e041073cef0e7185104.tar.xz krb5-a7f0f623b8192620291b9e041073cef0e7185104.zip |
work around process group problems; recognize certain failure modes (e.g.,
connection closed) better; work around gnu getopt problem
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7898 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/tests/dejagnu/krb-root/ChangeLog')
-rw-r--r-- | src/tests/dejagnu/krb-root/ChangeLog | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/src/tests/dejagnu/krb-root/ChangeLog b/src/tests/dejagnu/krb-root/ChangeLog index f2c11997dd..3f0d1db5c1 100644 --- a/src/tests/dejagnu/krb-root/ChangeLog +++ b/src/tests/dejagnu/krb-root/ChangeLog @@ -1,3 +1,29 @@ +Fri Mar 29 01:34:47 1996 Marc Horowitz <marc@mit.edu> + + * telnet.exp (start_telnet_daemon) use sh -c around telnetd + invocation to avoid having the rlogin die when the first telnetd + exits. + (telnet_test) If telnet finishes (prints connection closed), but + doesnt exit by an expect timeout, then kill the telnet so the + tests can go on. + +Fri Mar 29 01:09:14 1996 Ken Raeburn <raeburn@cygnus.com> + + * rlogin.exp (rlogin_test): Make connection-closed patterns the + same, so the correct matching will happen when that message is + really expected. + +Thu Mar 28 18:17:31 1996 Ken Raeburn <raeburn@cygnus.com> + + * rlogin.exp (rlogin_test), telnet.exp (telnet_test): Handle + failures from closed connections. + + * telnet.exp (telnet_test): Move -- before hostname. + +Thu Mar 28 16:37:36 1996 Mark Eichin <eichin@cygnus.com> + + * telnet.exp (telnet_test): use -- to end the getopt arguments. + Tue Mar 19 10:03:01 1996 Ezra Peisach <epeisach@kangaroo.mit.edu> * telnet.exp: Put back in the encrypted telnet tests. |