X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=t%2Fgit-http-backend.t;h=c2a0465335c5b7cf94ffa782553995703b7dd50d;hb=4821798351defce82c102e46d6f5f84f0cdc0e34;hp=1d9bb9f3230b0d70a3568c54f488e047e95c7599;hpb=9bd675d33ad1e49bd2ebe12a1d216216e61380de;p=public-inbox.git diff --git a/t/git-http-backend.t b/t/git-http-backend.t index 1d9bb9f3..c2a04653 100644 --- a/t/git-http-backend.t +++ b/t/git-http-backend.t @@ -44,7 +44,7 @@ my $get_maxrss = sub { { ok($sock, 'sock created'); - my $cmd = [ $httpd, "--stdout=$out", "--stderr=$err", $psgi ]; + my $cmd = [ $httpd, '-W0', "--stdout=$out", "--stderr=$err", $psgi ]; ok(defined($pid = spawn_listener(undef, $cmd, [$sock])), 'forked httpd process successfully'); }