X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=t%2Fv2mda.t;h=92b3333e3cb271e513241fdd4aa7062edc1a70a2;hb=dde1b083571ed893cbb1990f01f9e11ed804cba5;hp=d041ffd42e114948b022ba9037a2fb08355bac09;hpb=466df3e029fecdabac373d73989c7fceebe6ae28;p=public-inbox.git diff --git a/t/v2mda.t b/t/v2mda.t index d041ffd4..92b3333e 100644 --- a/t/v2mda.t +++ b/t/v2mda.t @@ -1,4 +1,4 @@ -# Copyright (C) 2018 all contributors +# Copyright (C) 2018-2019 all contributors # License: AGPL-3.0+ use strict; use warnings; @@ -7,6 +7,8 @@ use PublicInbox::MIME; use File::Temp qw/tempdir/; use Fcntl qw(SEEK_SET); use Cwd; +require './t/common.perl'; +require_git(2.6); my $V = 2; foreach my $mod (qw(DBD::SQLite Search::Xapian)) {