From cf522226945d464847bd2477fde9af4d24be0723 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Thu, 7 Oct 2021 19:25:29 +0200 Subject: [PATCH] Correct support function name Signed-off-by: Gilles Peskine --- tests/scripts/all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index 567fa936c4..721c82d34b 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -2303,7 +2303,7 @@ component_test_m32_o2 () { msg "test ssl-opt.sh, i386, make, gcc-O2" tests/ssl-opt.sh } -support_test_m32_o1 () { +support_test_m32_o2 () { support_test_m32_o0 "$@" }