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:
parent
39777ded54
commit
c276025466
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue