summaryrefslogtreecommitdiffstats
path: root/t/010-read-write.t
diff options
context:
space:
mode:
Diffstat (limited to 't/010-read-write.t')
-rw-r--r--t/010-read-write.t1
1 files changed, 0 insertions, 1 deletions
diff --git a/t/010-read-write.t b/t/010-read-write.t
index d538fe8..fdc1bb6 100644
--- a/t/010-read-write.t
+++ b/t/010-read-write.t
@@ -12,4 +12,3 @@ like($pty->read, qr/testing/, "basic read/write testing");
# if the perl script ends with a subprocess still running, the test will exit
# with the exit status of the signal that the subprocess dies with, so we have to wait for the subprocess to finish before exiting.
$pty->kill;
-1 while $pty->is_active;