skipping ACL tests on travis (no get/setfacl support)

This commit is contained in:
deajan 2016-11-13 20:38:16 +01:00
parent 458f8e0ea2
commit a122cc9b2a
1 changed files with 1 additions and 1 deletions

View File

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