Fix setgid/setuid typo
[findutils.git] / find / testsuite / find.gnu / iregex1.exp
blobc24cdf01d43d64ef21abf41231ec8308ab0d05b1
1 # test for -iregex
2 exec rm -rf tmp
3 exec mkdir tmp tmp/d tmp/d/D tmp/d/D/d tmp/d/D/d/e
4 find_start p {tmp -iregex {tmp\(/d\)*} -print }
5 exec rm -rf tmp