]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/psgi_bad_mids.t
tests: move t/common.perl to PublicInbox::TestCommon
[public-inbox.git] / t / psgi_bad_mids.t
index 0e8fa114ac0bfcc131ebdacf6dc535545382927a..b22f36523fa75cb70de42dca267191307ee52f03 100644 (file)
@@ -6,7 +6,7 @@ use Test::More;
 use PublicInbox::MIME;
 use PublicInbox::Config;
 use PublicInbox::WWW;
-require './t/common.perl';
+use PublicInbox::TestCommon;
 my @mods = qw(DBD::SQLite HTTP::Request::Common Plack::Test
                URI::Escape Plack::Builder);
 foreach my $mod (@mods) {