mirror of
https://github.com/systemd/systemd.git
synced 2025-01-09 01:18:19 +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:
parent
8fd25ba343
commit
1b971e0117
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user