diff --git a/tests/testsuite/interesting-cases.sh b/tests/testsuite/interesting-cases.sh index ca792ac..68d759c 100644 --- a/tests/testsuite/interesting-cases.sh +++ b/tests/testsuite/interesting-cases.sh @@ -108,10 +108,10 @@ function verify_interesting_cases () { # elif rlIsRHEL ">=9.5" "<10"; then if [ "$tool" = "binutils" ]; then - verify_test "Check if efi app format is recognized" \ - "$tool_log" \ - "\"Check if efi app format is recognized\" upstream test case fails for aarch64 binutils builds" \ - "https://issues.redhat.com/browse/RHEL-39953" + [ "$arch" == "aarch64" ] && verify_test "Check if efi app format is recognized" \ + "$tool_log" \ + "\"Check if efi app format is recognized\" upstream test case fails for aarch64 binutils builds" \ + "https://issues.redhat.com/browse/RHEL-39953" elif [ "$tool" = "ld" ]; then verify_test "ld-elf/pr27590a" \