Skip to content

Commit

Permalink
Merge pull request #4406 from cgwalters/drop-ex-initramfs-etc
Browse files Browse the repository at this point in the history
  • Loading branch information
jlebon authored May 15, 2023
2 parents 4454ba3 + 3c141ea commit dec3e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/kolainst/destructive/initramfs-etc
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ case "${AUTOPKGTEST_REBOOT_MARK:-}" in

# finally, check that passing no args prints the tracked files
# also verify that the `ex` alias still works for now
rpm-ostree ex initramfs-etc > out.txt
rpm-ostree initramfs-etc > out.txt
assert_file_has_content_literal out.txt "Tracked files:"
assert_file_has_content_literal out.txt "/etc/cmdline.d"
;;
Expand Down

0 comments on commit dec3e46

Please sign in to comment.