summaryrefslogtreecommitdiff
path: root/tests/test-pull-sizes.sh
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2020-04-05 18:37:54 +0000
committerColin Walters <walters@verbum.org>2020-04-05 18:38:26 +0000
commit6d89b969ed4edc5f2f982508e7d925f77d9c3cba (patch)
tree842371edbff4e74b8c041df660c1547a85ffa587 /tests/test-pull-sizes.sh
parenta16fe86b3695a997bab7814d9de63f7e09f07e93 (diff)
downloadostree-6d89b969ed4edc5f2f982508e7d925f77d9c3cba.tar.gz
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.
Diffstat (limited to 'tests/test-pull-sizes.sh')
-rwxr-xr-xtests/test-pull-sizes.sh2
1 files changed, 2 insertions, 0 deletions
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'