summaryrefslogtreecommitdiff
path: root/tests/test-local-pull.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-local-pull.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-local-pull.sh')
-rwxr-xr-xtests/test-local-pull.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/test-local-pull.sh b/tests/test-local-pull.sh
index a9beb083..50ecbcb7 100755
--- a/tests/test-local-pull.sh
+++ b/tests/test-local-pull.sh
@@ -19,10 +19,12 @@
set -euo pipefail
-echo "1..1"
-
. $(dirname $0)/libtest.sh
+skip_without_user_xattrs
+
+echo "1..1"
+
setup_test_repository "archive-z2"
echo "ok setup"