diff options
author | Simon McVittie <smcv@debian.org> | 2016-03-31 11:06:05 +0100 |
---|---|---|
committer | Colin Walters (automation) <walters+githubbot@verbum.org> | 2016-03-31 14:22:06 +0000 |
commit | 3e3755c497bd85e22b01829c5715119d46394687 (patch) | |
tree | 8f4c944ba2114b3219740c3f49388a3816eca991 /tests/test-prune.sh | |
parent | c276025466af4319d603fe8b534dd3463818a168 (diff) | |
download | ostree-3e3755c497bd85e22b01829c5715119d46394687.tar.gz |
various tests: skip if temp directory lacks xattr support
Some autobuilder environments place the entire build chroot on tmpfs, so
even /var/tmp might not have this.
Signed-off-by: Simon McVittie <smcv@debian.org>
Closes: #232
Approved by: cgwalters
Diffstat (limited to 'tests/test-prune.sh')
-rwxr-xr-x | tests/test-prune.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test-prune.sh b/tests/test-prune.sh index 7184ea9c..e1796a33 100755 --- a/tests/test-prune.sh +++ b/tests/test-prune.sh @@ -21,6 +21,8 @@ set -euo pipefail . $(dirname $0)/libtest.sh +skip_without_user_xattrs + setup_fake_remote_repo1 "archive-z2" echo '1..2' |