about summary refs log tree commit homepage
path: root/t/www_listing.t
diff options
context:
space:
mode:
Diffstat (limited to 't/www_listing.t')
-rw-r--r--t/www_listing.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/www_listing.t b/t/www_listing.t
index 3d1b64ad..61a059e5 100644
--- a/t/www_listing.t
+++ b/t/www_listing.t
@@ -106,7 +106,7 @@ SKIP: {
 
         close $fh or die;
         my $env = { PI_CONFIG => $cfgfile };
-        my $cmd = [ $httpd, "--stdout=$out", "--stderr=$err" ];
+        my $cmd = [ $httpd, '-W0', "--stdout=$out", "--stderr=$err" ];
         $pid = spawn_listener($env, $cmd, [$sock]);
         $sock = undef;