* rsh.exp (rsh_test): Add stop_rsh_daemon before invoking
authorEzra Peisach <epeisach@mit.edu>
Thu, 25 Oct 2001 17:31:54 +0000 (17:31 +0000)
committerEzra Peisach <epeisach@mit.edu>
Thu, 25 Oct 2001 17:31:54 +0000 (17:31 +0000)
start_rsh_daemon again to prevent running out of ptys.

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

src/tests/dejagnu/krb-standalone/ChangeLog
src/tests/dejagnu/krb-standalone/rsh.exp

index aa8b5a3809ac5a83937b703a38e99ec7bb238b55..815bc108358ba09b5ced4edfbd0d29be9abdb5b5 100644 (file)
@@ -1,3 +1,8 @@
+2001-10-25  Ezra Peisach  <epeisach@mit.edu>
+
+       * rsh.exp (rsh_test): Add stop_rsh_daemon before invoking
+       start_rsh_daemon again to prevent running out of ptys.
+
 2001-10-24  Mitchell Berger  <mitchb@mit.edu>
 
        * kadmin.exp: Corrected a couple of unimportant typos.  Added procedures
index 82f0ad3e496989873f0f0de52adb09c289407c9e..f847f60714dc365f0025ed33e62c90c8ecb054a6 100644 (file)
@@ -220,7 +220,6 @@ proc rsh_test { } {
 
     stop_rsh_daemon
 
-
     # Check stderr
     start_rsh_daemon -k
     set testname "rsh to stderr"
@@ -243,6 +242,8 @@ proc rsh_test { } {
 
     pass $testname
 
+    stop_rsh_daemon
+
     start_rsh_daemon -e
     set testname "encrypted rsh to stderr"
     spawn $RSH $hostname -x -k $REALMNAME -D 3544 -A $BINSH -c "'echo hello 1>&2'"