1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-27 01:55:22 +03:00

tests: don't use absolute paths when installing binaries in TEST-58-REPART

Let image_install figures the binary paths out itself as not all distributions
ship the mkfs.* tools in the same location. For example openSUSE ships
mksquashfs in /usr/bin/.
This commit is contained in:
Franck Bui 2023-03-14 10:08:11 +01:00
parent 8fd25ba343
commit 1b971e0117

View File

@ -15,8 +15,8 @@ test_append_files() {
instmods dm_verity =md
instmods erofs
generate_module_dependencies
image_install -o /sbin/mksquashfs
image_install -o /bin/mkfs.erofs
image_install -o mksquashfs
image_install -o mkfs.erofs
fi
inst_binary mcopy