]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/httpd-unix.t
tests: move t/common.perl to PublicInbox::TestCommon
[public-inbox.git] / t / httpd-unix.t
index 2c8f8d6b2a6b0457a02cd0e83e7188b7faa5c6a5..bd4ee12eeb6869101763f9bef05eaa54d49facab 100644 (file)
@@ -4,7 +4,7 @@
 use strict;
 use warnings;
 use Test::More;
-require './t/common.perl';
+use PublicInbox::TestCommon;
 use Errno qw(EADDRINUSE);
 
 foreach my $mod (qw(Plack::Util Plack::Builder HTTP::Date HTTP::Status)) {