From 73a614736082be74fa554a15b7efb35ae2b716a4 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Sun, 12 Nov 2023 17:16:18 -0500 Subject: [PATCH] tests: Verify bootprefix Followup to https://github.com/containers/bootc/pull/193 Signed-off-by: Colin Walters --- tests/kolainst/install | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/kolainst/install b/tests/kolainst/install index f3adeaa4..d6731a40 100755 --- a/tests/kolainst/install +++ b/tests/kolainst/install @@ -25,6 +25,7 @@ case "${AUTOPKGTEST_REBOOT_MARK:-}" in lsblk ${DEV} mount /dev/vda3 /var/mnt grep foo=bar /var/mnt/loader/entries/*.conf + grep -Ee '^linux /boot/ostree' /var/mnt/loader/entries/*.conf umount /var/mnt echo "ok install"