]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/httpd-https.t
tests: move t/common.perl to PublicInbox::TestCommon
[public-inbox.git] / t / httpd-https.t
index de74c20ee331e3b61cfc0db6da4100f5d068e97e..1d2e4d5c25e0aa51da150d5985808b9277865c1c 100644 (file)
@@ -17,7 +17,7 @@ unless (-r $key && -r $cert) {
 }
 use_ok 'PublicInbox::TLS';
 use_ok 'IO::Socket::SSL';
-require './t/common.perl';
+use PublicInbox::TestCommon;
 my $psgi = "./t/httpd-corner.psgi";
 my ($tmpdir, $for_destroy) = tmpdir();
 my $err = "$tmpdir/stderr.log";