Skip to content

Commit

Permalink
tests/vmcheck: Adapt to kernel v5.0
Browse files Browse the repository at this point in the history
Closes: #1810
Approved by: jlebon
  • Loading branch information
jlebon authored and rh-atomic-bot committed Apr 5, 2019
1 parent 749facb commit 0da9f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/vmcheck/test-override-kernel.sh
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@ current=$(vm_get_booted_csum)
vm_cmd rpm-ostree db list "${current}" > current-dblist.txt
kernel_release=4.18.16-300.fc29.x86_64
assert_not_file_has_content current-dblist.txt $kernel_release
grep -E '^ kernel-4' current-dblist.txt | sed -e 's,^ *,,' > orig-kernel.txt
grep -E '^ kernel-5' current-dblist.txt | sed -e 's,^ *,,' > orig-kernel.txt
assert_streq "$(wc -l < orig-kernel.txt)" "1"
orig_kernel=$(cat orig-kernel.txt)
URL_ROOT="https://dl.fedoraproject.org/pub/fedora/linux/releases/29/Everything/x86_64/os/Packages/k"

0 comments on commit 0da9f99

Please sign in to comment.