mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2024-11-19 10:45:12 +00:00
Merge pull request #251 from flandr/skip-xattr-tests
Skip xattr tests if utilities are missing
This commit is contained in:
commit
eb97054f49
@ -323,6 +323,9 @@ function test_special_characters {
|
||||
}
|
||||
|
||||
function test_extended_attributes {
|
||||
command -v setfattr >/dev/null 2>&1 || \
|
||||
{ echo "Skipping extended attribute tests" ; return; }
|
||||
|
||||
echo "Testing extended attributes ..."
|
||||
|
||||
rm -f $TEST_TEXT_FILE
|
||||
|
Loading…
Reference in New Issue
Block a user