mirror of
https://github.com/ostreedev/ostree.git
synced 2025-03-19 22:50:35 +03:00
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…
x
Reference in New Issue
Block a user