X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=t%2Fmsgmap.t;h=f78070cc959d47db729dbd753e6534550db318aa;hb=95bdac7f09c69036efed537a4d03d5bdd2ae4eb6;hp=6edeed5645fcef62dcaa92a991e2861dc72df990;hpb=3c313f9034aac96182e2efdc2f92c40803626f32;p=public-inbox.git diff --git a/t/msgmap.t b/t/msgmap.t index 6edeed56..f78070cc 100644 --- a/t/msgmap.t +++ b/t/msgmap.t @@ -1,15 +1,10 @@ -# Copyright (C) 2015-2019 all contributors +# Copyright (C) 2015-2020 all contributors # License: AGPL-3.0+ 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);