]> git.ipfire.org Git - thirdparty/systemd.git/commit
ci: add -no-xattrs to unsquashfs cmdline
authorLennart Poettering <lennart@poettering.net>
Wed, 19 Mar 2025 08:19:24 +0000 (09:19 +0100)
committerLennart Poettering <lennart@poettering.net>
Mon, 31 Mar 2025 13:14:50 +0000 (15:14 +0200)
commit84b41ef08213f7a210932bada5c80c1779ffc0c2
tree31f9df9c45731e7d9adbe08bb3e2c7e71dc03fbd
parent85afe4760baf7e5c77fce414327933f6e6c2a2af
ci: add -no-xattrs to unsquashfs cmdline

If the target dir is tmpfs and we run on old kernels we cannot extract
xattrs and the extracting will fail if there are any. hence add
-no-xattrs to the two remaining unsquashfs invocations that don't have
it.

(Also all other invocations across our test tree spell "-dest" instead
of "-d", hence do so here too.)
test/units/TEST-29-PORTABLE.directory.sh