Imported Upstream version 4.5.10
[platform/upstream/findutils.git] / find / testsuite / find.posix / sv-bug-11175.exp
1 # tests for Savannah bug 11175 (should not check perms of pruned dir)
2 exec rm -rf tmp
3 exec mkdir tmp
4 exec mkdir tmp/noxdir
5 exec chmod 700 tmp
6 exec chmod 600 tmp/noxdir
7 #find_start p {tmp/noxdir -prune -type d -print}
8 find_start p {tmp -name noxdir -prune -type d -print}
9 exec chmod 700 tmp/noxdir
10 exec rm -rf tmp