(root)/
findutils-4.9.0/
find/
testsuite/
find.gnu/
name-opt.exp
# Verifies that -name is not optimized in front of -prune
exec rm -rf tmp
exec mkdir tmp
exec mkdir tmp/top
exec mkdir tmp/top/one
exec touch tmp/top/one/foo
find_start p {tmp/top -prune -name foo}
exec rm -rf tmp