summaryrefslogtreecommitdiff
path: root/find/testsuite/find.gnu/ilname.exp
blob: 2d2761712ba0bcc17579fe387fcf1eecdc4735fb (plain)
1
2
3
4
5
6
7
# tests for -ilname
exec rm -rf tmp
exec mkdir tmp
exec touch tmp/one
exec ln -s one tmp/two
find_start p {tmp -ilname One -print}
exec rm -rf tmp