Skip to content

Commit ee35410

Browse files
authored
Merge pull request #204 from cgwalters/test-bootprefix
tests: Verify bootprefix
2 parents a5d3a78 + 73a6147 commit ee35410

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/kolainst/install

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ case "${AUTOPKGTEST_REBOOT_MARK:-}" in
2525
lsblk ${DEV}
2626
mount /dev/vda3 /var/mnt
2727
grep foo=bar /var/mnt/loader/entries/*.conf
28+
grep -Ee '^linux /boot/ostree' /var/mnt/loader/entries/*.conf
2829
umount /var/mnt
2930
echo "ok install"
3031

0 commit comments

Comments
 (0)