From ad221e9b2852f6c57ec1692dafa786de60621bb6 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 4 Nov 2019 03:01:37 +0000 Subject: t/*.t: disable nntpd/httpd worker processes in most tests And explicitly test for respawning in t/httpd-corner.t There's no need to have an extra entries in the process table for most tests we run, since that's not what we're testing. --- t/httpd.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/httpd.t') diff --git a/t/httpd.t b/t/httpd.t index 1340a7b3..15984a78 100644 --- a/t/httpd.t +++ b/t/httpd.t @@ -53,7 +53,7 @@ EOF $im->done($mime); } ok($sock, 'sock created'); - my $cmd = [ $httpd, "--stdout=$out", "--stderr=$err" ]; + my $cmd = [ $httpd, '-W0', "--stdout=$out", "--stderr=$err" ]; $pid = spawn_listener(undef, $cmd, [$sock]); my $host = $sock->sockhost; my $port = $sock->sockport; -- cgit v1.2.3-24-ge0c7