(root)/
findutils-4.9.0/
find/
testsuite/
find.gnu/
ilname.exp
# 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