]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/v1-add-remove-add.t
tests: move t/common.perl to PublicInbox::TestCommon
[public-inbox.git] / t / v1-add-remove-add.t
index 13e9f29ce95eb68b900e1aa044605e62f67a3180..aabb2fa53ef648b3e08fddd62836f3ca77c82247 100644 (file)
@@ -5,7 +5,7 @@ use warnings;
 use Test::More;
 use PublicInbox::MIME;
 use PublicInbox::Import;
-require './t/common.perl';
+use PublicInbox::TestCommon;
 
 foreach my $mod (qw(DBD::SQLite Search::Xapian)) {
        eval "require $mod";