X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=t%2Fmsgmap.t;fp=t%2Fmsgmap.t;h=6edeed5645fcef62dcaa92a991e2861dc72df990;hb=3c313f9034aac96182e2efdc2f92c40803626f32;hp=7fcd131afd8889d866844b74180b7821ec093fd5;hpb=684d26cecc0891261783be179909b0e434692b25;p=public-inbox.git diff --git a/t/msgmap.t b/t/msgmap.t index 7fcd131a..6edeed56 100644 --- a/t/msgmap.t +++ b/t/msgmap.t @@ -3,7 +3,7 @@ use strict; use warnings; use Test::More; -require './t/common.perl'; +use PublicInbox::TestCommon; foreach my $mod (qw(DBD::SQLite)) { eval "require $mod";