From 6ce10be0ce203a96505358fa7d497d5e22162432 Mon Sep 17 00:00:00 2001 From: Dave Rodgman Date: Tue, 29 Jun 2021 14:20:31 +0100 Subject: [PATCH] Fix test failure The test was checking for an obsolete error. Signed-off-by: Dave Rodgman --- 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 c8e49853ed..674485e4c4 100755 --- a/tests/ssl-opt.sh +++ b/tests/ssl-opt.sh @@ -5375,7 +5375,7 @@ run_test "PSK callback: no psk, no callback" \ "$P_CLI force_ciphersuite=TLS-PSK-WITH-AES-128-CBC-SHA \ psk_identity=foo psk=abc123" \ 1 \ - -s "SSL - None of the common ciphersuites is usable" \ + -s "SSL - The handshake negotiation failed" \ -S "SSL - Unknown identity received" \ -S "SSL - Verification of the message MAC failed"