cvsimport
[findutils.git] / find / testsuite / find.posix / name.exp
blob65c6f5fbcfa4c949941ee2ed3d0df4fe79021d68
1 # tests for -name
2 exec rm -rf tmp
3 exec mkdir tmp tmp/fred tmp/jim
4 find_start p {tmp -name fred -print}
5 exec rm -rf tmp