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_multipart_not.t | 1 + 1 file changed, 1 insertion(+) (limited to 't/psgi_multipart_not.t') diff --git a/t/psgi_multipart_not.t b/t/psgi_multipart_not.t index e36820f4..9b7fb4d0 100644 --- a/t/psgi_multipart_not.t +++ b/t/psgi_multipart_not.t @@ -6,6 +6,7 @@ use Test::More; use PublicInbox::Eml; use PublicInbox::Config; use PublicInbox::TestCommon; +require_git 2.6; my @mods = qw(DBD::SQLite Search::Xapian HTTP::Request::Common Plack::Test URI::Escape Plack::Builder Plack::Test); require_mods(@mods); -- cgit v1.2.3-24-ge0c7