From: lostd Date: Thu, 2 Jul 2015 00:14:27 +0000 (+0100) Subject: Test the case of unreadable parent X-Git-Tag: v1.0~92^2~58 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=11274e0baa2312140c6625d20ebd22502b939367;p=nnn.git Test the case of unreadable parent --- diff --git a/mktest.sh b/mktest.sh index 9509f45e..c808d387 100644 --- 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