summaryrefslogtreecommitdiffstats
path: root/t/100-system.t
diff options
context:
space:
mode:
Diffstat (limited to 't/100-system.t')
-rw-r--r--t/100-system.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/100-system.t b/t/100-system.t
index 5c64156..bfc423a 100644
--- a/t/100-system.t
+++ b/t/100-system.t
@@ -28,3 +28,4 @@ eval {
};
isnt($@, "alarm2\n", "system() didn't time out (after kill)");
is($output, "bar", "system() got the right value (after kill)");
+$pty->close;