summaryrefslogtreecommitdiff
path: root/find/testsuite/find.gnu/iname.exp
blob: c8c26a4fe6e7ff32def5b594b4ea5c31830a824d (plain)
1
2
3
4
5
# tests for -name
exec rm -rf tmp
exec mkdir tmp tmp/fred tmp/jim
find_start p {tmp -iname frED -print}
exec rm -rf tmp