Gitweb:
https://git.exim.org/exim.git/commitdiff/6010e708237477b8fab5fbed0a972a937d89fc56
Commit: 6010e708237477b8fab5fbed0a972a937d89fc56
Parent: 57eb2f64630884ec5b65c22ff0349aec1d3032ce
Author: Jeremy Harris <jgh146exb@???>
AuthorDate: Thu Apr 25 18:41:52 2019 +0100
Committer: Jeremy Harris <jgh146exb@???>
CommitDate: Thu Apr 25 18:41:52 2019 +0100
Testsuite: avoid recent-perl feature use
---
test/runtest | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/runtest b/test/runtest
index d15bc67..b6d419b 100755
--- a/test/runtest
+++ b/test/runtest
@@ -636,7 +636,7 @@ RESET_AFTER_EXTRA_LINE_READ:
/"TLS1.x:ke-"
. (defined($+{psk}) ? $+{psk} : "")
. (defined($+{auth}) ? $+{auth} : "")
- . "-AES256-SHAnnn:xxx"/genx;
+ . "-AES256-SHAnnn:xxx"/gex;
s/TLS1.2:RSA__CAMELLIA_256_GCM(_SHA384)?:256/TLS1.2:RSA_CAMELLIA_256_GCM-SHAnnn:256/g;
s/\b(ECDHE-(RSA|ECDSA)-AES256-SHA|DHE-RSA-AES256-SHA256)\b/ke-$2-AES256-SHAnnn/g;