summaryrefslogtreecommitdiff
path: root/selftest/selftest.pl
diff options
context:
space:
mode:
Diffstat (limited to 'selftest/selftest.pl')
-rwxr-xr-xselftest/selftest.pl2
1 files changed, 0 insertions, 2 deletions
diff --git a/selftest/selftest.pl b/selftest/selftest.pl
index 5cbb6866f6..78627c8eb6 100755
--- a/selftest/selftest.pl
+++ b/selftest/selftest.pl
@@ -176,8 +176,6 @@ sub pipe_handler {
$SIG{PIPE} = \&pipe_handler;
-$SIG{CHILD} = 'IGNORE';
-
sub find_in_list($$)
{
my ($list, $fullname) = @_;