From 13a3aa13126d537c96f10c22852a813c47f6400e Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 18 Oct 2011 21:30:17 +1100 Subject: Revert "selftest: Avoid being run over by armies of the undead" This reverts commit 2b47aface434000b29aa29f4ff6348cc147ae757 because it had a typo in $SIG{CHILD} (it needed to be $SIG{CHLD}), which when fixed simply broke the whole selftest system. Andrew Bartlett --- selftest/selftest.pl | 2 -- 1 file changed, 2 deletions(-) (limited to 'selftest/selftest.pl') 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) = @_; -- cgit