X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=blobdiff_plain;f=t%2Fimapd.t;h=c7dc01a57ea3975c6ae8dca7f99fe01d865f0567;hp=cbd6c1b9961dec4c9c58484b108a3174c642bcb0;hb=5dbb060037ce3e3a3ba0812baa90c80eeee762af;hpb=155ee9cdaffd6232ef3c774d1a9f61d708fc8d6e diff --git a/t/imapd.t b/t/imapd.t index cbd6c1b9..c7dc01a5 100644 --- a/t/imapd.t +++ b/t/imapd.t @@ -3,7 +3,7 @@ # License: AGPL-3.0+ # end-to-end IMAP tests, see unit tests in t/imap.t, too use strict; -use Test::More; +use v5.10.1; use Time::HiRes (); use PublicInbox::TestCommon; use PublicInbox::Config; @@ -438,8 +438,7 @@ ok($mic->logout, 'logged out'); SKIP: { use_ok 'PublicInbox::InboxIdle'; - require_git('1.8.5', 1) or - skip('git 1.8.5+ needed for --urlmatch', 4); + require_git '1.8.5', 4; my $old_env = { HOME => $ENV{HOME} }; my $home = "$tmpdir/watch_home"; mkdir $home or BAIL_OUT $!;