cvsimport
[findutils.git] / find / testsuite / find.posix / parent.exp
blob1cdca3bb04516eb7bb38edb2a1c0b147c73394e3
1 # test for handling of unreadable parent directory
2 exec rm -rf tmp
3 exec mkdir tmp tmp/dir
4 exec chmod a-rw tmp
5 find_start p {tmp/dir}
6 exec chmod u+rw tmp
7 exec rm -rf tmp