test-xattrs: use TAP syntax to skip test

Signed-off-by: Simon McVittie <smcv@debian.org>

Closes: #232
Approved by: cgwalters
This commit is contained in:
Simon McVittie 2016-03-28 13:08:32 +01:00 committed by Colin Walters (automation)
parent 39777ded54
commit c276025466

View File

@ -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"