From 11a4c1abcd7a5da2341f2f4bb79d550874148d6f Mon Sep 17 00:00:00 2001 From: Hanno Becker Date: Wed, 26 May 2021 04:46:20 +0100 Subject: [PATCH] Adapt key export test in ssl-opt.sh to reduced output Signed-off-by: Hanno Becker --- tests/ssl-opt.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/ssl-opt.sh b/tests/ssl-opt.sh index d1221112a..4210847df 100755 --- a/tests/ssl-opt.sh +++ b/tests/ssl-opt.sh @@ -8555,12 +8555,6 @@ run_test "export keys functionality" \ "$P_SRV eap_tls=1 debug_level=3" \ "$P_CLI eap_tls=1 debug_level=3" \ 0 \ - -s "exported maclen is " \ - -s "exported keylen is " \ - -s "exported ivlen is " \ - -c "exported maclen is " \ - -c "exported keylen is " \ - -c "exported ivlen is " \ -c "EAP-TLS key material is:"\ -s "EAP-TLS key material is:"\ -c "EAP-TLS IV is:" \