]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/over.t
tests: move t/common.perl to PublicInbox::TestCommon
[public-inbox.git] / t / over.t
index 27168a33d49ed7156254b8b9faedf321c5f1ed81..5e33a0b0dc20aa5cc097923da91fc1d72f2b60aa 100644 (file)
--- 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 $@;