Test the case of unreadable parent

This commit is contained in:
lostd 2015-07-02 01:14:27 +01:00
parent 1742598256
commit 11274e0baa

View file

@ -28,3 +28,5 @@ mkdir empty-dir
mkdir cage mkdir cage
echo 'chmod 000 test/cage' > cage/lock.sh echo 'chmod 000 test/cage' > cage/lock.sh
echo 'chmod 755 test/cage' > cage-unlock.sh echo 'chmod 755 test/cage' > cage-unlock.sh
mkdir cage/lion
echo 'chmod 000 test/cage' > cage/lion/lock.sh