X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=t%2Freplace.t;h=085b49eea102c0cf7722bd4c89ac5de14515288c;hb=a09f678d8254064af7ca6dcfb3c3f84b5ae37b51;hp=2346c3a19d1103cbee1d00f4f5d1512bebd51c84;hpb=f1259e56d75b8f06a40fb466bee51a399cc317c5;p=public-inbox.git diff --git a/t/replace.t b/t/replace.t index 2346c3a1..085b49ee 100644 --- a/t/replace.t +++ b/t/replace.t @@ -8,11 +8,7 @@ use PublicInbox::InboxWritable; use PublicInbox::TestCommon; use Cwd qw(abs_path); require_git(2.6); # replace is v2 only, for now... -foreach my $mod (qw(DBD::SQLite)) { - eval "require $mod"; - plan skip_all => "$mod missing for $0" if $@; -} - +require_mods(qw(DBD::SQLite)); local $ENV{HOME} = abs_path('t'); sub test_replace ($$$) {