summaryrefslogtreecommitdiff
path: root/selftest/selftest.pl
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-10-18 21:30:17 +1100
committerStefan Metzmacher <metze@samba.org>2011-10-20 09:26:45 +0200
commit13a3aa13126d537c96f10c22852a813c47f6400e (patch)
tree6e1a34295d79fd5ec266afc23adc15a85ef09f81 /selftest/selftest.pl
parentdd64f99fd17c1cb5aeefda91618111c6702832a7 (diff)
downloadsamba-13a3aa13126d537c96f10c22852a813c47f6400e.tar.gz
samba-13a3aa13126d537c96f10c22852a813c47f6400e.tar.bz2
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/selftest.pl')
-rwxr-xr-xselftest/selftest.pl2
1 files changed, 0 insertions, 2 deletions
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) = @_;