Skip to content

Commit

Permalink
fixup! compose: Add --ex-unified-core
Browse files Browse the repository at this point in the history
  • Loading branch information
cgwalters committed Nov 17, 2017
1 parent c25b395 commit cb761dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/compose-tests/libbasic-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ for path in /boot /usr/lib/ostree-boot; do
assert_file_has_content bootls.txt initramfs-
echo "ok boot files"
done
vmlinuz_line=$(grep -o '/vmlinuz.*$')
kver=$(echo ${vmlinuz_line} | sed -e 's,^/,,' -e 's,-[0-9a-f]*$,,')
vmlinuz_line=$(grep -o '/vmlinuz.*$' bootls.txt)
kver=$(echo ${vmlinuz_line} | sed -e 's,^/vmlinuz-,,' -e 's,-[0-9a-f]*$,,')
ostree --repo=${repobuild} ls ${treeref} /usr/lib/modules/${kver}/{vmlinuz,initramfs.img} >/dev/null

ostree --repo=${repobuild} ls -R ${treeref} /usr/share/man > manpages.txt
Expand Down

0 comments on commit cb761dc

Please sign in to comment.