meson: Remove test-efi-create-disk.sh
authorJan Janssen <medhefgo@web.de>
Thu, 20 Jan 2022 10:59:49 +0000 (11:59 +0100)
committerJan Janssen <medhefgo@web.de>
Wed, 26 Jan 2022 13:40:51 +0000 (14:40 +0100)
commitb2ba8511e6eaf1fb28207492e9ff306679bbe9ff
tree25e9ecdb47e016afe010d015805d2b3efb894e3f
parente3f7ed944ae750a40685c52349f3cc850db0876e
meson: Remove test-efi-create-disk.sh

The script was probably not used for a very long time. It is currently
passed systemd_boot.so as boot loader, which cannot work. The test
entries it creates are all pointing at non-existant efi/linux binaries,
which means they would not even show up in the menu if the created image
were actually booted. There is also nothing that actually tries to run
the image in the first place.

If we end up creating a proper systemd-boot test suite, it would be
better to start from scratch. In the meantime, mkosi already covers
the bare minimum with a simple bootup test.
meson.build
src/boot/efi/meson.build
test/splash.bmp [deleted file]
test/test-efi-create-disk.sh [deleted file]