summaryrefslogtreecommitdiff
path: root/security/p5-Crypt-OpenSSL-AES/files/patch-t_00-openssl-version.t
blob: bf19c0304eec20f3d9cc6688a63a5a843f5dd7df (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- t/00-openssl-version.t.orig	2023-11-10 22:50:53 UTC
+++ t/00-openssl-version.t
@@ -3,7 +3,7 @@ use Test::More tests => 1;
 use File::Which qw(which);
 use Test::More tests => 1;
 
-my $openssl = which('openssl');
+my $openssl = "SSLBIN";
 like($openssl, qr/openssl/, "Found openssl");
 print "$openssl version: ";