Imported Upstream version 4.5.10
[platform/upstream/findutils.git] / find / testsuite / find.posix / typesize.exp
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