More travis ACL / setuid tests

This commit is contained in:
deajan 2016-11-21 09:59:17 +01:00
parent 384b9b9582
commit 3304814bcd
2 changed files with 5 additions and 2 deletions

View File

@ -6,7 +6,10 @@ os:
osx
before_install:
sudo apt-get install inotify-tools
sudo apt-get install inotify-tools acl
sudo:
required
script:
TRAVIS_RUN=true dev/tests/run_tests.sh

View File

@ -227,7 +227,7 @@ function oneTimeSetUp () {
# This will make travis fail because of missing stuff
touch fic
chattr +i fic
sudo chattr +i fic
mount -o remount,acl /
setfacl -m o::rwx fic
getfacl fic