diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-10-18 21:30:17 +1100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-10-20 09:26:45 +0200 |
commit | 13a3aa13126d537c96f10c22852a813c47f6400e (patch) | |
tree | 6e1a34295d79fd5ec266afc23adc15a85ef09f81 /selftest | |
parent | dd64f99fd17c1cb5aeefda91618111c6702832a7 (diff) | |
download | samba-13a3aa13126d537c96f10c22852a813c47f6400e.tar.gz samba-13a3aa13126d537c96f10c22852a813c47f6400e.tar.xz samba-13a3aa13126d537c96f10c22852a813c47f6400e.zip |
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
Diffstat (limited to 'selftest')
-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 5cbb6866f6e..78627c8eb66 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) = @_; |