test: allow overriding EFI_MOUNT like other variables

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2019-12-09 18:52:35 +01:00
parent b6261be84d
commit 5f28f3ddaf
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ NSPAWN_TIMEOUT="${NSPAWN_TIMEOUT:-infinity}"
TIMED_OUT= # will be 1 after run_* if *_TIMEOUT is set and test timed out
[[ "$LOOKS_LIKE_SUSE" ]] && FSTYPE="${FSTYPE:-btrfs}" || FSTYPE="${FSTYPE:-ext4}"
UNIFIED_CGROUP_HIERARCHY="${UNIFIED_CGROUP_HIERARCHY:-default}"
EFI_MOUNT="$(bootctl -x 2>/dev/null || echo /boot)"
EFI_MOUNT="${EFI_MOUNT:-$(bootctl -x 2>/dev/null || echo /boot)}"
QEMU_MEM="${QEMU_MEM:-512M}"
# Decide if we can (and want to) run QEMU with KVM acceleration.