Fixed Savannah bug #19970, taking into account the limitations of the gnulib _Bool...
[findutils.git] / find / testsuite / find.posix / typesize.exp
blob596b2da2e6b2cf22d48deddbb9f372de5d918e42
1 # tests for -type -size
2 exec rm -rf tmp
3 exec mkdir tmp
4 exec true > tmp/empty
5 find_start p {tmp -type f -size 0c }
6 exec rm -rf tmp