From b3e9dd53bab0a44ff8179c32e4f3350293ef55d6 Mon Sep 17 00:00:00 2001 From: Hanno Becker Date: Wed, 8 May 2019 13:19:53 +0100 Subject: [PATCH] Fix mismatching debug grep in ssl-opt.sh CID tests --- tests/ssl-opt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ssl-opt.sh b/tests/ssl-opt.sh index f7ede60e3..1ffcf5ce1 100755 --- a/tests/ssl-opt.sh +++ b/tests/ssl-opt.sh @@ -1305,7 +1305,7 @@ run_test "(STUB) Connection ID: Client disabled, server enabled" \ -C "found CID extension" \ -S "Copy CIDs into SSL transform" \ -C "Copy CIDs into SSL transform" \ - -s "Use of Connection ID was not offered by the client" + -s "Use of Connection ID was not offered by client" requires_config_enabled MBEDTLS_SSL_CID run_test "(STUB) Connection ID: Client+Server enabled, Client+Server CID nonempty" \