]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/httpd-unix.t
tests: disable daemon workers in a few more places
[public-inbox.git] / t / httpd-unix.t
index d0c70a72c65f92149b3eed8116ea21dfa6e30f11..2c91828154cd880b12177e5a566240df2724634b 100644 (file)
@@ -24,6 +24,7 @@ END { kill 'TERM', $pid if defined $pid };
 
 my $spawn_httpd = sub {
        my (@args) = @_;
+       push @args, '-W0';
        $pid = fork;
        if ($pid == 0) {
                exec $httpd, @args, "--stdout=$out", "--stderr=$err", $psgi;