* rsh.exp (rsh_test): Explicitly call stop_rsh_daemon upon pass
authorTom Yu <tlyu@mit.edu>
Mon, 30 Sep 2002 04:21:10 +0000 (04:21 +0000)
committerTom Yu <tlyu@mit.edu>
Mon, 30 Sep 2002 04:21:10 +0000 (04:21 +0000)
for "encrypted rsh" test, to avoid zombies.

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

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

index 2406231f7ed0c404df70ce270f5b7d5247453f37..a7d8e0f1380752cc54dc818e9558ba117f6caaaf 100644 (file)
@@ -1,3 +1,8 @@
+2002-09-30  Tom Yu  <tlyu@mit.edu>
+
+       * rsh.exp (rsh_test): Explicitly call stop_rsh_daemon upon pass
+       for "encrypted rsh" test, to avoid zombies.
+
 2002-04-26  Ken Raeburn  <raeburn@mit.edu>
 
        * v4gssftp.exp (v4ftp_test): Update checked messages for change of
index 5d1d905b1005e8694d437b980a45b198bc465cb3..2cd680201f30eb5a8c1c9108bf94c574fe94d35b 100644 (file)
@@ -147,6 +147,7 @@ proc rsh_test { } {
            return
        }
        pass $testname
+       stop_rsh_daemon
     } else {
        catch "wait -i $spawn_id"
        catch "close -i $spawn_id"