about summary refs log tree commit homepage
path: root/t/v2writable.t
diff options
context:
space:
mode:
Diffstat (limited to 't/v2writable.t')
-rw-r--r--t/v2writable.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/v2writable.t b/t/v2writable.t
index bfe17d0a..28420bb9 100644
--- a/t/v2writable.t
+++ b/t/v2writable.t
@@ -167,7 +167,7 @@ EOF
         my $len;
         END { kill 'TERM', $pid if defined $pid };
         my $nntpd = 'blib/script/public-inbox-nntpd';
-        my $cmd = [ $nntpd, "--stdout=$out", "--stderr=$err" ];
+        my $cmd = [ $nntpd, '-W0', "--stdout=$out", "--stderr=$err" ];
         $pid = spawn_listener({ PI_CONFIG => $pi_config }, $cmd, [ $sock ]);
         my $host_port = $sock->sockhost . ':' . $sock->sockport;
         my $n = Net::NNTP->new($host_port);