mirror of
https://github.com/ostreedev/ostree.git
synced 2024-12-22 17:35:55 +03:00
tests: Skip composefs test if /var/tmp does not support user xattrs
Otherwise, this test fails on Debian 12 (Linux 6.1) kernels if /var/tmp is a tmpfs. Some autobuilders put the entire build chroot on a tmpfs, to speed up builds. Signed-off-by: Simon McVittie <smcv@debian.org>
This commit is contained in:
parent
15b64c24ba
commit
b42f053db9
@ -24,6 +24,7 @@ if ! ${CMD_PREFIX} ostree --version | grep -q -e '- composefs'; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
skip_without_user_xattrs
|
||||
|
||||
setup_test_repository "bare-user"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user