cvsimport
[findutils.git] / find / testsuite / find.posix / name-missing.exp
blobda8ae5a680e410d3cddb80b215f28aa1c241f03b
1 # test for diagnosis of the fact that the argument to -name is missing
2 exec rm -rf tmp
3 exec touch tmp
4 find_start f { tmp -name }
5 exec rm -rf tmp