From a122cc9b2a2f84e964c0458c959b1d11b5cb428d Mon Sep 17 00:00:00 2001 From: deajan Date: Sun, 13 Nov 2016 20:38:16 +0100 Subject: [PATCH] skipping ACL tests on travis (no get/setfacl support) --- dev/tests/run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/tests/run_tests.sh b/dev/tests/run_tests.sh index eedf9fd..d7a3565 100755 --- a/dev/tests/run_tests.sh +++ b/dev/tests/run_tests.sh @@ -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