More travis ACL / setuid tests

pull/84/head
deajan 8 years ago
parent 384b9b9582
commit 3304814bcd

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

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

Loading…
Cancel
Save