From aa162b5bea7664a23f7c2a44bb5717ef938103ff Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Sat, 26 Feb 2022 17:26:08 +0100 Subject: [PATCH] Remove negative check for a message that no longer exists The message was removed in 6be9cf542f3e5763371a347d199c6db6bdd96d06 without a replacement. A failure would cause the test case to fail anyway, so this negative check is not really useful. Signed-off-by: Gilles Peskine --- tests/ssl-opt.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/ssl-opt.sh b/tests/ssl-opt.sh index 64e6cad723..2783aa2e86 100755 --- a/tests/ssl-opt.sh +++ b/tests/ssl-opt.sh @@ -1280,8 +1280,6 @@ run_test_psa() { -c "calc PSA finished" \ -s "PSA calc verify" \ -s "calc PSA finished" \ - -C "Failed to setup PSA-based cipher context"\ - -S "Failed to setup PSA-based cipher context"\ -s "Protocol is TLSv1.2" \ -c "Perform PSA-based ECDH computation."\ -c "Perform PSA-based computation of digest of ServerKeyExchange" \ @@ -1300,8 +1298,6 @@ run_test_psa_force_curve() { -c "calc PSA finished" \ -s "PSA calc verify" \ -s "calc PSA finished" \ - -C "Failed to setup PSA-based cipher context"\ - -S "Failed to setup PSA-based cipher context"\ -s "Protocol is TLSv1.2" \ -c "Perform PSA-based ECDH computation."\ -c "Perform PSA-based computation of digest of ServerKeyExchange" \