# 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
# 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