Fixed Savannah bug #19970, taking into account the limitations of the gnulib _Bool...
[findutils.git] / find / testsuite / find.posix / size-invalid.exp
blob4989438d6d64949d7641e906588e9afa55daf959
1 # test for diagnosis of the fact that the argument to -size is invalid
2 exec rm -rf tmp
3 exec touch tmp
4 foreach size { w b c k m G "" +-1 +-1G 1.2k } {
5 find_start f " tmp -size $size "
7 exec rm -rf tmp