summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/testrunner.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testrunner.pl b/test/testrunner.pl
index d7878e7..f8f0fa9 100644
--- a/test/testrunner.pl
+++ b/test/testrunner.pl
@@ -116,7 +116,7 @@ sub run_test
my $pid = open3("&<NULL", \*OUT, \*ERR, @_);
- $SIG{CHLD} = sub { };
+# $SIG{CHLD} = sub { };
my $selector = IO::Select->new();
$selector->add(*OUT, *ERR);