summaryrefslogtreecommitdiff
path: root/test/runtest
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2019-11-14 22:02:59 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2019-11-14 22:05:26 +0000
commit9f125d9fab3f3f3dd2244caa28914c256d01c339 (patch)
tree9220ca093fa282b1b6c3d9c432e22048c6fa84a9 /test/runtest
parent5b195d6b9592fcef09b0b3b31390e73226deffc9 (diff)
TLS: restore TLS protocol version to default Received: header
Broken-by: f1be21cf0b
Diffstat (limited to 'test/runtest')
-rwxr-xr-xtest/runtest1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/runtest b/test/runtest
index 3fd125cc0..82105abe8 100755
--- a/test/runtest
+++ b/test/runtest
@@ -656,6 +656,7 @@ RESET_AFTER_EXTRA_LINE_READ:
# Separate reporting of TLS version
s/ver: TLS1(\.[123])?$/ver: TLS1.x/;
+ s/ \(TLS1(\.[123])?\) / (TLS1.x) /;
# GnuTLS library error message changes
s/(No certificate was found|Certificate is required)/The peer did not send any certificate/g;