Fix setgid/setuid typo
[findutils.git] / find / testsuite / find.gnu / mindepth-arg.exp
blobba4d0dcec0dd2754f9ff2bc54c4e32555a8ad9f6
1 # Argument validation for -mindepth and -maxdepth
2 proc prepare {} {
3 exec rm -rf tmp
4 exec mkdir tmp tmp/top tmp/top/one
6 foreach predicate { -mindepth -maxdepth } {
7 find_start p "tmp/top $predicate 0 -print -quit" {} {} prepare
9 exec rm -rf tmp