Fix setgid/setuid typo
[findutils.git] / find / testsuite / find.gnu / empty.exp
blob78f94d7414516826de015e27d13b576bdde516f2
1 # tests for -empty
2 exec rm -rf tmp
3 exec mkdir tmp
4 exec true > tmp/empty
5 exec echo > tmp/notempty
6 find_start p { tmp -type f -empty }
7 exec rm -rf tmp