noice

small file browser
git clone git://git.2f30.org/noice
Log | Files | Refs | README | LICENSE

commit 11274e0baa2312140c6625d20ebd22502b939367
parent 1742598256abf086385b4fb4a2cf2a81fc6aff05
Author: lostd <lostd@2f30.org>
Date:   Thu,  2 Jul 2015 01:14:27 +0100

Test the case of unreadable parent

Diffstat:
Mmktest.sh | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

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