aboutsummaryrefslogtreecommitdiffstats
path: root/tests/tls-protocols/t
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2020-12-13 23:47:15 +0100
committerGuilhem Moulin <guilhem@fripost.org>2020-12-13 23:47:15 +0100
commit43516b78b6b626bb6df522e4f1c5166989d79eb5 (patch)
tree7915f526c67e9880ebb79c69ddf77ac7446c559f /tests/tls-protocols/t
parent9c8b3460c4ae5026066aff9ea1b7d38716c893a8 (diff)
typofix
Diffstat (limited to 'tests/tls-protocols/t')
-rw-r--r--tests/tls-protocols/t2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tls-protocols/t b/tests/tls-protocols/t
index ecf7e49..c302731 100644
--- a/tests/tls-protocols/t
+++ b/tests/tls-protocols/t
@@ -19,7 +19,7 @@ grep -Fx "remote: Disabling SSL protocols: SSLv3, TLSv1, TLSv1.1, TLSv1.2" <"$ST
grep -E "^remote: SSL protocol: TLSv1\.3 " <"$STDERR" || error
interimap || error
-grep -E "^remote: SSL_protocols is deprecated " <"$STDERR" || error "no deprecation message"
+grep -E "^remote: WARNING: SSL_protocols is deprecated " <"$STDERR" || error "no deprecation warning"
# force TLSv1.2
with_remote_tls_protocols "TLSv1.2"