]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/httpd.t
tests: move t/common.perl to PublicInbox::TestCommon
[public-inbox.git] / t / httpd.t
index f0b4efb41a525dc7afb902f21f20be78cdcb3ff0..517329fbc5a37db2863479a6f46975c3c17a143a 100644 (file)
--- a/t/httpd.t
+++ b/t/httpd.t
@@ -9,7 +9,7 @@ foreach my $mod (qw(Plack::Util Plack::Builder HTTP::Date HTTP::Status)) {
        plan skip_all => "$mod missing for httpd.t" if $@;
 }
 use Socket qw(IPPROTO_TCP SOL_SOCKET);
-require './t/common.perl';
+use PublicInbox::TestCommon;
 
 # FIXME: too much setup
 my ($tmpdir, $for_destroy) = tmpdir();