about summary refs log tree commit homepage
path: root/t/git-http-backend.t
diff options
context:
space:
mode:
Diffstat (limited to 't/git-http-backend.t')
-rw-r--r--t/git-http-backend.t2
1 files changed, 1 insertions, 1 deletions
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');
 }