Don't leave zombies behind.

This commit is contained in:
Edward Tomasz Napierala 2010-09-25 14:54:31 +00:00
parent 9e294983e9
commit 5b098ddce2

View file

@ -271,6 +271,8 @@ sub exec_test($$) {
*STDOUT->autoflush();
*OUT->autoflush();
$SIG{CHLD} = 'IGNORE';
if (fork()) {
# Server
if (*IN_DUP) {