summaryrefslogtreecommitdiff
path: root/find/testsuite/find.posix/parent.exp
blob: 1cdca3bb04516eb7bb38edb2a1c0b147c73394e3 (plain)
1
2
3
4
5
6
7
# test for handling of unreadable parent directory
exec rm -rf tmp
exec mkdir tmp tmp/dir
exec chmod a-rw tmp
find_start p {tmp/dir}
exec chmod u+rw tmp
exec rm -rf tmp