about summary refs log tree commit homepage
path: root/t/indexlevels-mirror-v1.t
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-06-04 11:29:39 +0000
committerEric Wong <e@80x24.org>2019-06-04 11:34:53 +0000
commitf90225afaef139a5e82b3083b7bdcb6abf0e7c1e (patch)
treefca45a245ad8d54a8d0b8692e0d53139967ad836 /t/indexlevels-mirror-v1.t
parente56b908c0e97c2f479b350dfb0868bc463413b89 (diff)
downloadpublic-inbox-f90225afaef139a5e82b3083b7bdcb6abf0e7c1e.tar.gz
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.
Diffstat (limited to 't/indexlevels-mirror-v1.t')
-rw-r--r--t/indexlevels-mirror-v1.t4
1 files changed, 4 insertions, 0 deletions
diff --git a/t/indexlevels-mirror-v1.t b/t/indexlevels-mirror-v1.t
new file mode 100644
index 00000000..9998a09a
--- /dev/null
+++ b/t/indexlevels-mirror-v1.t
@@ -0,0 +1,4 @@
+# Copyright (C) 2019 all contributors <meta@public-inbox.org>
+# License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
+$ENV{PI_TEST_VERSION} = 1;
+require './t/indexlevels-mirror.t';