about summary refs log tree commit homepage
path: root/t/httpd-unix.t
diff options
context:
space:
mode:
Diffstat (limited to 't/httpd-unix.t')
-rw-r--r--t/httpd-unix.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/httpd-unix.t b/t/httpd-unix.t
index d0c70a72..2c918281 100644
--- a/t/httpd-unix.t
+++ b/t/httpd-unix.t
@@ -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;