(root)/
findutils-4.9.0/
find/
testsuite/
find.posix/
exec-one.exp
# tests for -name
exec rm -rf tmp
exec mkdir tmp tmp/fred tmp/jim
find_start p {tmp -name fred -exec echo \{\} \; }
exec rm -rf tmp