about summary refs log tree commit homepage
path: root/t/v2writable.t
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-11-04 03:01:37 +0000
committerEric Wong <e@80x24.org>2019-11-08 20:23:53 +0000
commitad221e9b2852f6c57ec1692dafa786de60621bb6 (patch)
tree549efcbbe77a38cddaaec45029e99d8f6d45fc5f /t/v2writable.t
parent1709921529d4024e241ec64b86a5d408333f667e (diff)
downloadpublic-inbox-ad221e9b2852f6c57ec1692dafa786de60621bb6.tar.gz
And explicitly test for respawning in t/httpd-corner.t

There's no need to have an extra entries in the process table
for most tests we run, since that's not what we're testing.
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);