summaryrefslogtreecommitdiff
path: root/tests/test-demo-buildsystem.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-demo-buildsystem.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-demo-buildsystem.sh')
-rwxr-xr-xtests/test-demo-buildsystem.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test-demo-buildsystem.sh b/tests/test-demo-buildsystem.sh
index 500eac68..bffa59c4 100755
--- a/tests/test-demo-buildsystem.sh
+++ b/tests/test-demo-buildsystem.sh
@@ -26,6 +26,8 @@ fi
. $(dirname $0)/libtest.sh
+skip_without_user_xattrs
+
echo "1..1"
# Run "triggers" like ldconfig, gtk-update-icon-cache, etc.