Test for when permissions change while browsing

This commit is contained in:
lostd 2015-07-02 01:02:47 +01:00
parent 018b52a8ee
commit 0548a181e6
1 changed files with 3 additions and 1 deletions

View File

@ -25,4 +25,6 @@ echo 'int main(void) { *((char *)0) = 0; }' > ill.c
make ill > /dev/null
echo 'test/ill' > ill.sh
mkdir empty-dir
echo 'chmod 000 test' > lock.sh
mkdir cage
echo 'chmod 000 test/cage' > cage/lock.sh
echo 'chmod 755 test/cage' > cage-unlock.sh