Correct support function name

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh
index 0cad8bd..ee8460e 100755
--- a/tests/scripts/all.sh
+++ b/tests/scripts/all.sh
@@ -2496,7 +2496,7 @@
     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 "$@"
 }