Revert "selftest: Avoid being run over by armies of the undead"
authorAndrew Bartlett <abartlet@samba.org>
Tue, 18 Oct 2011 10:30:17 +0000 (21:30 +1100)
committerStefan Metzmacher <metze@samba.org>
Thu, 20 Oct 2011 07:26:45 +0000 (09:26 +0200)
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

index 5cbb6866f6ea0f0ba16b728079b2b702c4cbfd5f..78627c8eb660f882ddc819e4ba5eb3400d1d397e 100755 (executable)
@@ -176,8 +176,6 @@ sub pipe_handler {
 
 $SIG{PIPE} = \&pipe_handler;
 
-$SIG{CHILD} = 'IGNORE';
-
 sub find_in_list($$)
 {
        my ($list, $fullname) = @_;