diff options
-rwxr-xr-x | selftest/selftest.pl | 2 |
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) = @_; |