]> git.donarmstrong.com Git - debbugs.git/commitdiff
remove useless $SIG{CHLD} handler
authorDon Armstrong <don@donarmstrong.com>
Wed, 28 Feb 2018 20:38:57 +0000 (12:38 -0800)
committerDon Armstrong <don@donarmstrong.com>
Wed, 28 Feb 2018 20:38:57 +0000 (12:38 -0800)
t/lib/DebbugsTest.pm

index fcd5ebbcfcf471d59bdd25db76696666e623c95c..e2db327b6ffbc41c7535cab4815fc715ac328073 100644 (file)
@@ -207,8 +207,6 @@ sub send_message{
      }
 }
 
-$SIG{CHLD} = sub {};
-
 {
      package DebbugsTest::HTTPServer;
      use base qw(HTTP::Server::Simple::CGI HTTP::Server::Simple::CGI::Environment);