mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-24 19:28:09 +00:00
tests: Fix qemu test for EFI firmware
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
parent
822d179a2b
commit
c1902f7157
@ -19,9 +19,9 @@ clean_up() {
|
|||||||
|
|
||||||
trap clean_up EXIT
|
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
|
if [ ! -f /usr/share/ovmf/bios.bin ]; then
|
||||||
exit RT_CANCEL
|
exit $RT_CANCEL
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user