(root)/
findutils-4.9.0/
find/
testsuite/
find.gnu/
gnuand.exp
# tests for -name
exec rm -rf tmp
exec mkdir tmp tmp/fred tmp/jim
find_start p {tmp -name fred -and -print}
exec rm -rf tmp