From c1902f7157d7b80f73b853e634f61406a4c7d9b2 Mon Sep 17 00:00:00 2001 From: Rolf Neugebauer Date: Mon, 22 May 2017 13:39:36 +0100 Subject: [PATCH] tests: Fix qemu test for EFI firmware Signed-off-by: Rolf Neugebauer --- test/cases/010_platforms/000_qemu/020_run_efi/test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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