Skip to content

Commit

Permalink
Merge pull request #3145 from smcv/composefs-xattr
Browse files Browse the repository at this point in the history
tests: Skip composefs test if /var/tmp does not support user xattrs
  • Loading branch information
ericcurtin authored Jan 25, 2024
2 parents 15b64c2 + b42f053 commit 79cb18b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test-composefs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 79cb18b

Please sign in to comment.