Browse Source

Test for when permissions change while browsing

master
lostd 9 years ago
parent
commit
0548a181e6
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      mktest.sh

+ 3
- 1
mktest.sh 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

Loading…
Cancel
Save