summaryrefslogtreecommitdiff
path: root/find/testsuite/find.gnu/wholename.exp
blob: 128d1ac9bb10cb9735bc27e72874bc8cc4d3d7fa (plain)
1
2
3
4
5
# test for -wholename
exec rm -rf tmp
exec mkdir tmp tmp/top tmp/top/one tmp/top/one/two
find_start p {tmp/top -wholename tmp/top/one -print }
exec rm -rf tmp