selftest: Avoid being run over by armies of the undead
[samba.git] / selftest / selftest.pl
index 78627c8eb660f882ddc819e4ba5eb3400d1d397e..5cbb6866f6ea0f0ba16b728079b2b702c4cbfd5f 100755 (executable)
@@ -176,6 +176,8 @@ sub pipe_handler {
 
 $SIG{PIPE} = \&pipe_handler;
 
+$SIG{CHILD} = 'IGNORE';
+
 sub find_in_list($$)
 {
        my ($list, $fullname) = @_;