about summary refs log tree commit homepage
path: root/t/httpd-https.t
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2019-10-02 21:36:38 +0000
committerEric Wong <e@80x24.org>2019-10-02 23:14:56 +0000
commitb3f2f4645b1d849817d7b38d64db45cd640c9a94 (patch)
treec6b1b8866dfeae41b2c6569175ff4f62ecfc142d /t/httpd-https.t
parentd07658376f6b05c85ca0763fb06a610a9211fb77 (diff)
downloadpublic-inbox-b3f2f4645b1d849817d7b38d64db45cd640c9a94.tar.gz
This is better than recommending running the script directly because
it will ensure the correct version of perl is used.
Diffstat (limited to 't/httpd-https.t')
-rw-r--r--t/httpd-https.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/httpd-https.t b/t/httpd-https.t
index 410ae658..22c62bf4 100644
--- a/t/httpd-https.t
+++ b/t/httpd-https.t
@@ -14,7 +14,7 @@ my $cert = 'certs/server-cert.pem';
 my $key = 'certs/server-key.pem';
 unless (-r $key && -r $cert) {
         plan skip_all =>
-                "certs/ missing for $0, run ./create-certs.perl in certs/";
+                "certs/ missing for $0, run $^X ./create-certs.perl in certs/";
 }
 use_ok 'PublicInbox::TLS';
 use_ok 'IO::Socket::SSL';