about summary refs log tree commit homepage
path: root/t/psgi_bad_mids.t
diff options
context:
space:
mode:
authorEric Wong <e@yhbt.net>2020-06-20 00:13:02 +0000
committerEric Wong <e@yhbt.net>2020-06-21 17:31:44 +0000
commit7d626338a6bf02c1098ba16302f5c13be0370673 (patch)
tree4ef6603a3f82e196f45c07ea06e37dd00c839acf /t/psgi_bad_mids.t
parent476f054f21ee64a08418cacb23b5a48c68858441 (diff)
downloadpublic-inbox-7d626338a6bf02c1098ba16302f5c13be0370673.tar.gz
We also need to check for git 2.6 earlier in each test case,
before any other TAP output is emitted to avoid confusing the
TAP consumers.
Diffstat (limited to 't/psgi_bad_mids.t')
-rw-r--r--t/psgi_bad_mids.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/psgi_bad_mids.t b/t/psgi_bad_mids.t
index 81bd9356..70393573 100644
--- a/t/psgi_bad_mids.t
+++ b/t/psgi_bad_mids.t
@@ -8,6 +8,7 @@ use PublicInbox::Config;
 use PublicInbox::TestCommon;
 my @mods = qw(DBD::SQLite HTTP::Request::Common Plack::Test
                 URI::Escape Plack::Builder PublicInbox::WWW);
+require_git 2.6;
 require_mods(@mods);
 use_ok($_) for @mods;
 use_ok 'PublicInbox::WWW';