]> Sergey Matveev's repositories - public-inbox.git/commit
t: avoid "subtest" for Perl 5.10.1 compatibility
authorEric Wong <e@80x24.org>
Tue, 4 Jun 2019 11:29:39 +0000 (11:29 +0000)
committerEric Wong <e@80x24.org>
Tue, 4 Jun 2019 11:34:53 +0000 (11:34 +0000)
commitf90225afaef139a5e82b3083b7bdcb6abf0e7c1e
treefca45a245ad8d54a8d0b8692e0d53139967ad836
parente56b908c0e97c2f479b350dfb0868bc463413b89
t: avoid "subtest" for Perl 5.10.1 compatibility

The version of Test::More from Perl 5.10.1 did not support
"subtest", and the earliest version which did is Perl 5.12.0

The good news is this gives me an excuse to parallelize
the indexlevels-mirror test by splitting it into two.
(it could be further split, even).

Update t/nntpd. to use PI_TEST_VERSION consistently while
we're at it.
MANIFEST
t/ds-leak.t
t/indexlevels-mirror-v1.t [new file with mode: 0644]
t/indexlevels-mirror.t
t/nntpd.t