X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=t%2Fover.t;h=5e33a0b0dc20aa5cc097923da91fc1d72f2b60aa;hb=3c313f9034aac96182e2efdc2f92c40803626f32;hp=27168a33d49ed7156254b8b9faedf321c5f1ed81;hpb=684d26cecc0891261783be179909b0e434692b25;p=public-inbox.git diff --git a/t/over.t b/t/over.t index 27168a33..5e33a0b0 100644 --- a/t/over.t +++ b/t/over.t @@ -4,7 +4,7 @@ use strict; use warnings; use Test::More; use Compress::Zlib qw(compress); -require './t/common.perl'; +use PublicInbox::TestCommon; foreach my $mod (qw(DBD::SQLite)) { eval "require $mod"; plan skip_all => "$mod missing for over.t" if $@;