diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index daa0fb6f39..1490bd0579 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -2968,7 +2968,7 @@ component_test_m32_o0 () { } support_test_m32_o0 () { case $(uname -m) in - *64*) true;; + amd64|x86_64) true;; *) false;; esac }