summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjluehrs2 <jluehrs2@uiuc.edu>2007-08-17 18:40:47 -0500
committerjluehrs2 <jluehrs2@uiuc.edu>2007-08-17 18:40:47 -0500
commit4ac20e6e324ed13dfc8142f78540ac4df5326592 (patch)
treee2467657c06c601cb7fb4fefc4b322215b93beb6
parent13d14cd5f0dfa855f035c510b49c61315f6ab6bd (diff)
downloadio-pty-easy-4ac20e6e324ed13dfc8142f78540ac4df5326592.tar.gz
io-pty-easy-4ac20e6e324ed13dfc8142f78540ac4df5326592.zip
this test also needs to make sure that the subprocess is dead before exiting (hasn't been an issue yet, but the situation is no different from 010)
-rw-r--r--t/003-subprocess.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/003-subprocess.t b/t/003-subprocess.t
index d13c8b7..bb6b093 100644
--- a/t/003-subprocess.t
+++ b/t/003-subprocess.t
@@ -12,3 +12,4 @@ unlike($outside_of_pty, qr/ok/, "running outside of pty fails -t checks");
$pty->spawn("$script");
like($pty->read, qr/ok/, "runs subprocess in a pty");
+$pty->kill;