skipping ACL tests on travis (no get/setfacl support)
This commit is contained in:
parent
458f8e0ea2
commit
a122cc9b2a
|
@ -308,7 +308,7 @@ function test_softdeletion_cleanup () {
|
|||
function test_FileAttributePropagation () {
|
||||
|
||||
|
||||
if [ "$TRAVIS_RUN" != true ]; then
|
||||
if [ "$TRAVIS_RUN" == true ]; then
|
||||
echo "Skipping FileAttributePropagation tests as travis does not support getfacl / setfacl"
|
||||
return 0
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue