]> git.ipfire.org Git - thirdparty/systemd.git/commit
src/ukify/test/test_ukify: fix skipped tests 27539/head
authorEmanuele Giuseppe Esposito <eesposit@redhat.com>
Mon, 8 May 2023 12:41:04 +0000 (08:41 -0400)
committerEmanuele Giuseppe Esposito <eesposit@redhat.com>
Wed, 10 May 2023 13:20:46 +0000 (09:20 -0400)
commit4e906270a31ccfe402e4bb645398dd4de6df94cc
tree3915faa16dfa23ef3f6a9577b75e9d2acb4f1253
parentff5618c7c030990974bd9c479d4ca4e9d5a721b6
src/ukify/test/test_ukify: fix skipped tests

Some tests are skipped because initrd extracted from bootctl
is "/boot/initramfs-5.14.0-284.el9.x86_64.img $tuned_initrd"
and not just "/boot/initramfs-5.14.0-284.el9.x86_64.img".
Therefore split and remove the additional garbage.

Signed-off-by: Emanuele Giuseppe Esposito <eesposit@redhat.com>
src/ukify/test/test_ukify.py