From 7d626338a6bf02c1098ba16302f5c13be0370673 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 20 Jun 2020 00:13:02 +0000 Subject: tests: require git 2.6+ in more places 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. --- t/psgi_scan_all.t | 1 + 1 file changed, 1 insertion(+) (limited to 't/psgi_scan_all.t') 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; } -- cgit v1.2.3-24-ge0c7