X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=t%2Fmsgmap.t;fp=t%2Fmsgmap.t;h=197b0e554c297be0a76bce6e2b8140864088ff5c;hb=a09f678d8254064af7ca6dcfb3c3f84b5ae37b51;hp=6edeed5645fcef62dcaa92a991e2861dc72df990;hpb=f1259e56d75b8f06a40fb466bee51a399cc317c5;p=public-inbox.git diff --git a/t/msgmap.t b/t/msgmap.t index 6edeed56..197b0e55 100644 --- a/t/msgmap.t +++ b/t/msgmap.t @@ -4,12 +4,7 @@ use strict; use warnings; use Test::More; use PublicInbox::TestCommon; - -foreach my $mod (qw(DBD::SQLite)) { - eval "require $mod"; - plan skip_all => "$mod missing for nntpd.t" if $@; -} - +require_mods('DBD::SQLite'); use_ok 'PublicInbox::Msgmap'; my ($tmpdir, $for_destroy) = tmpdir(); my $d = PublicInbox::Msgmap->new($tmpdir, 1);