]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/cgi.t
tests: move t/common.perl to PublicInbox::TestCommon
[public-inbox.git] / t / cgi.t
diff --git a/t/cgi.t b/t/cgi.t
index 62cea49967d7fe0f9866eac0b15a803e929e614e..424b738e2c4c68aceaa7a97f42ecc07d86871358 100644 (file)
--- a/t/cgi.t
+++ b/t/cgi.t
@@ -6,7 +6,7 @@ use strict;
 use warnings;
 use Test::More;
 use Email::MIME;
-require './t/common.perl';
+use PublicInbox::TestCommon;
 my ($tmpdir, $for_destroy) = tmpdir();
 my $home = "$tmpdir/pi-home";
 my $pi_home = "$home/.public-inbox";