summaryrefslogtreecommitdiff
path: root/tests/test-xattrs.sh
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2016-03-28 13:08:32 +0100
committerColin Walters (automation) <walters+githubbot@verbum.org>2016-03-31 14:22:06 +0000
commitc276025466af4319d603fe8b534dd3463818a168 (patch)
treebed7d43033f6294d0a847b9997a9812c8a2dc703 /tests/test-xattrs.sh
parent39777ded54efa94dd78896c50b212ffcbadad7da (diff)
downloadostree-c276025466af4319d603fe8b534dd3463818a168.tar.gz
test-xattrs: use TAP syntax to skip test
Signed-off-by: Simon McVittie <smcv@debian.org> Closes: #232 Approved by: cgwalters
Diffstat (limited to 'tests/test-xattrs.sh')
-rwxr-xr-xtests/test-xattrs.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test-xattrs.sh b/tests/test-xattrs.sh
index 6a83a0bc..2f2d99cc 100755
--- a/tests/test-xattrs.sh
+++ b/tests/test-xattrs.sh
@@ -21,7 +21,8 @@ set -euo pipefail
touch test-xattrs
if ! setfattr -n user.testvalue -v somevalue test-xattrs; then
- exit 77
+ echo "1..0 # SKIP: cannot run setfattr"
+ exit 0
fi
echo "1..2"