Fixed Savannah bug #19970, taking into account the limitations of the gnulib _Bool...
[findutils.git] / find / testsuite / find.posix / size-missing.exp
blob74ad151ad0e4a5d8dacc346a17116bf280805f27
1 # test for diagnosis of the fact that the argument to -size is missing
2 exec rm -rf tmp
3 exec touch tmp
4 find_start f { tmp -size }
5 exec rm -rf tmp