New test cases for -ilname, -inum, -lname, -xtype
[findutils.git] / find / testsuite / find.gnu / ilname.exp
blob9b77b6a1f5876f8717d7fddc883fa3fecc88fe97
1 # tests for -ilname
2 exec rm -rf tmp
3 exec mkdir tmp
4 exec touch tmp/one
5 exec ln -s one tmp/two
6 find_start p {tmp -ilname One -print}
7 exec rm -rf tmp