mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
Test the case of unreadable parent
This commit is contained in:
parent
1742598256
commit
11274e0baa
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue