* default.exp (setup_root_shell): Also recognize "nection reset by
authorEzra Peisach <epeisach@mit.edu>
Mon, 6 Aug 2001 18:24:56 +0000 (18:24 +0000)
committerEzra Peisach <epeisach@mit.edu>
Mon, 6 Aug 2001 18:24:56 +0000 (18:24 +0000)
peer" as a failure to get a root shell. This happens if
tcp_wrappers are in use in inetd.conf, but rlogind is not prsent
on the machine.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13673 dc483132-0cff-0310-8789-dd5450dbe970

src/tests/dejagnu/config/ChangeLog
src/tests/dejagnu/config/default.exp

index 863ccd882fd2c7c1cdb95d32c0a885a02f59db99..8753d4f7022854714b2893ee1dac856da4b76cad 100644 (file)
@@ -1,3 +1,10 @@
+2001-08-06    <epeisach@mit.edu>
+
+       * default.exp (setup_root_shell): Also recognize "nection reset by
+       peer" as a failure to get a root shell. This happens if
+       tcp_wrappers are in use in inetd.conf, but rlogind is not prsent
+       on the machine.
+
 2001-06-22  Tom Yu  <tlyu@mit.edu>
 
        * default.exp: Use the interface variable $TMPDIR to allow the
index bfc262a4ce5b8753841b4bc456e008c1c56cc72e..02be5ff5cf7a5f9c8c92e995778cf44765e1330a 100644 (file)
@@ -1654,7 +1654,7 @@ proc setup_root_shell { testname } {
     set rlogin_spawn_id $spawn_id
     set rlogin_pid [exp_pid]
     expect {
-       -re "word:|erberos rlogin failed|ection refused" {
+       -re "word:|erberos rlogin failed|ection refused|ection reset by peer" {
            note "$testname test requires ability to rlogin as root"
            unsupported "$testname"
            stop_root_shell