summaryrefslogtreecommitdiff
path: root/tests/test-rofiles-fuse.sh
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2016-03-31 11:06:05 +0100
committerColin Walters (automation) <walters+githubbot@verbum.org>2016-03-31 14:22:06 +0000
commit3e3755c497bd85e22b01829c5715119d46394687 (patch)
tree8f4c944ba2114b3219740c3f49388a3816eca991 /tests/test-rofiles-fuse.sh
parentc276025466af4319d603fe8b534dd3463818a168 (diff)
downloadostree-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-rofiles-fuse.sh')
-rwxr-xr-xtests/test-rofiles-fuse.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test-rofiles-fuse.sh b/tests/test-rofiles-fuse.sh
index 444fbce2..ba45959e 100755
--- a/tests/test-rofiles-fuse.sh
+++ b/tests/test-rofiles-fuse.sh
@@ -25,6 +25,9 @@ if ! fusermount --version >/dev/null 2>&1; then
fi
. $(dirname $0)/libtest.sh
+
+skip_without_user_xattrs
+
setup_test_repository "bare-user"
echo "1..5"