Skip to content

Commit

Permalink
tests: Drop ex from initramfs-etc
Browse files Browse the repository at this point in the history
Our tests should test the main interface now and avoid
the warning.
  • Loading branch information
cgwalters committed May 11, 2023
1 parent 9f6656e commit 3c141ea
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 3c141ea

Please sign in to comment.