git://git.exim.org
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Hintsdb transactions
[exim.git]
/
test
/
lib
/
Exim
/
Runtest.pm
diff --git
a/test/lib/Exim/Runtest.pm
b/test/lib/Exim/Runtest.pm
index 7ba079051c9e88fb9515408e303f57428f996606..6c2262f558646d36d1420865f2f6d6271bc59d4f 100644
(file)
--- a/
test/lib/Exim/Runtest.pm
+++ b/
test/lib/Exim/Runtest.pm
@@
-120,7
+120,7
@@
sub flavour {
}
if (open(my $f, '-|', 'openssl version')) {
- <$f> =~ /
1.1.1
/ && return "openssl_1_1_1";
+ <$f> =~ /
(1\.1\.1|3\.\d+\.\d+)
/ && return "openssl_1_1_1";
}
if (open(my $f, '<', "$etc/os-release")) {