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, 2 insertions, 0 deletions
diff --git a/selftest/selftest.pl b/selftest/selftest.pl
index 78627c8eb6..5cbb6866f6 100755
--- a/selftest/selftest.pl
+++ b/selftest/selftest.pl
@@ -176,6 +176,8 @@ sub pipe_handler {
$SIG{PIPE} = \&pipe_handler;
+$SIG{CHILD} = 'IGNORE';
+
sub find_in_list($$)
{
my ($list, $fullname) = @_;