From: Colin Walters Date: Sun, 5 Apr 2020 18:37:54 +0000 (+0000) Subject: tests/pull-sizes: Disable xattrs everywhere X-Git-Tag: archive/raspbian/2022.1-3+rpi1~1^2~4^2~10^2~70^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6d89b969ed4edc5f2f982508e7d925f77d9c3cba;p=ostree.git tests/pull-sizes: Disable xattrs everywhere I am getting SELinux xattrs committed in local development (inside https://github.com/cgwalters/coretoolbox ), which throws off the hardcoded sizes in this test. --- diff --git a/tests/test-pull-sizes.sh b/tests/test-pull-sizes.sh index 8ee07cc8..1ce0a736 100755 --- a/tests/test-pull-sizes.sh +++ b/tests/test-pull-sizes.sh @@ -23,6 +23,8 @@ set -euo pipefail . $(dirname $0)/libtest.sh +# Committing SELinux attributes throws off the hardcoded sizes below +export OSTREE_NO_XATTRS=1 setup_fake_remote_repo1 "archive" "--generate-sizes" echo '1..3'