diff --git a/test/cases/010_platforms/000_qemu/020_run_efi/test.sh b/test/cases/010_platforms/000_qemu/020_run_efi/test.sh index dbe75c572..93e885a47 100644 --- a/test/cases/010_platforms/000_qemu/020_run_efi/test.sh +++ b/test/cases/010_platforms/000_qemu/020_run_efi/test.sh @@ -19,9 +19,9 @@ clean_up() { trap clean_up EXIT -if command -v qemu; then +if command -v qemu-system-x86_64; then if [ ! -f /usr/share/ovmf/bios.bin ]; then - exit RT_CANCEL + exit $RT_CANCEL fi fi