X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=t%2Fpsgi_scan_all.t;h=fa636d324cbfd8888f99e7649d8495adfad6d0a5;hb=3c313f9034aac96182e2efdc2f92c40803626f32;hp=5d4cc263a093dabd9b86d7780f96210562c8bb83;hpb=684d26cecc0891261783be179909b0e434692b25;p=public-inbox.git diff --git a/t/psgi_scan_all.t b/t/psgi_scan_all.t index 5d4cc263..fa636d32 100644 --- a/t/psgi_scan_all.t +++ b/t/psgi_scan_all.t @@ -5,7 +5,7 @@ use warnings; use Test::More; use Email::MIME; use PublicInbox::Config; -require './t/common.perl'; +use PublicInbox::TestCommon; my @mods = qw(HTTP::Request::Common Plack::Test URI::Escape DBD::SQLite); foreach my $mod (@mods) { eval "require $mod";