Merge pull request #2057 from cgwalters/test-sizes-error
tests/pull-sizes: Disable xattrs everywhere
This commit is contained in:
commit
0638d1ea86
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue