]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/v1reindex.t
tests: move t/common.perl to PublicInbox::TestCommon
[public-inbox.git] / t / v1reindex.t
index c0e21a56b6ce7a8aca36ffbf12e6d9b5eaa7b390..321b3b21e7b47eb7510491bf212afc871265abb4 100644 (file)
@@ -6,7 +6,7 @@ use Test::More;
 use PublicInbox::MIME;
 use PublicInbox::ContentId qw(content_digest);
 use File::Path qw(remove_tree);
-require './t/common.perl';
+use PublicInbox::TestCommon;
 require_git(2.6);
 
 foreach my $mod (qw(DBD::SQLite Search::Xapian)) {