]> Sergey Matveev's repositories - public-inbox.git/commit
t/nntpd-validate: get rid of threads dependency
authorEric Wong <e@80x24.org>
Sun, 24 Nov 2019 00:22:32 +0000 (00:22 +0000)
committerEric Wong <e@80x24.org>
Sun, 24 Nov 2019 21:46:51 +0000 (21:46 +0000)
commitf86958c3a8ed6cd130aa0ac51bd9ec970f87e301
tree90601ff28ef0e5e135ffe58e8643056ea170fba4
parente05912ae3899a0f50a6baf3b6c1892789d24f6b1
t/nntpd-validate: get rid of threads dependency

Threads are officially discouraged by perl5-porters and proves
problematic with my Perl installation when using run_mode=1
to speed up tests.  So just use fork() and pipes to share
results from Net::NNTP.
t/nntpd-validate.t