Imported Upstream version 4.5.10
[platform/upstream/findutils.git] / find / testsuite / find.gnu / ipath.exp
1 # test for -path
2 exec rm -rf tmp
3 exec mkdir tmp tmp/top tmp/top/ONE tmp/top/ONE/two
4 find_start p {tmp/top -ipath Tmp/TOP/one -print 2>/dev/null }
5 exec rm -rf tmp