commit | 2ae243139dbf23940f814b6cd83d2671e94446d8 | [log] [tgz] |
---|---|---|
author | Gilles Peskine <Gilles.Peskine@arm.com> | Thu Oct 07 19:25:29 2021 +0200 |
committer | Gilles Peskine <Gilles.Peskine@arm.com> | Mon Oct 18 20:24:38 2021 +0200 |
tree | 4e676748c6c74d1eddb7cffacc7c82f8766760d0 | |
parent | c1317759f2b4ab4f2d5e4bb8ac7b177aaab39c21 [diff] [blame] |
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 0674a83..8d26408 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh
@@ -1470,7 +1470,7 @@ msg "test ssl-opt.sh, i386, make, gcc-O2" if_build_succeeded tests/ssl-opt.sh } -support_test_m32_o1 () { +support_test_m32_o2 () { support_test_m32_o0 "$@" }