(root)/
findutils-4.9.0/
find/
testsuite/
find.posix/
parent.exp
# 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