]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/psgi_search.t
tests: move t/common.perl to PublicInbox::TestCommon
[public-inbox.git] / t / psgi_search.t
index 0c430aeafd8bce6fcec2cfeaf2e2c302496de800..d1050437b232cc5e70f03c7072f37671e46af99c 100644 (file)
@@ -9,7 +9,7 @@ use PublicInbox::Inbox;
 use PublicInbox::InboxWritable;
 use PublicInbox::WWW;
 use bytes (); # only for bytes::length
-require './t/common.perl';
+use PublicInbox::TestCommon;
 my @mods = qw(DBD::SQLite Search::Xapian HTTP::Request::Common Plack::Test
                URI::Escape Plack::Builder);
 foreach my $mod (@mods) {