about summary refs log tree commit homepage
path: root/t/psgi_scan_all.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_scan_all.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_scan_all.t')
-rw-r--r--t/psgi_scan_all.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/psgi_scan_all.t b/t/psgi_scan_all.t
index 46eb489f..c8cb2409 100644
--- a/t/psgi_scan_all.t
+++ b/t/psgi_scan_all.t
@@ -7,6 +7,7 @@ use PublicInbox::Eml;
 use PublicInbox::Config;
 use PublicInbox::TestCommon;
 my @mods = qw(HTTP::Request::Common Plack::Test URI::Escape DBD::SQLite);
+require_git 2.6;
 require_mods(@mods);
 use_ok 'PublicInbox::V2Writable';
 foreach my $mod (@mods) { use_ok $mod; }