The -name predicate must allow '*' to match '.foo' as demanded by IEEE
[findutils.git] / find / testsuite / find.gnu / name-period.exp
blob42858fe266b77439ad26b930639b5bfe9f8ff9a0
1 # Verifies that -name '*bar' will match quux/.foobar.
2 # See http://standards.ieee.org/reading/ieee/interp/1003-2-92_int/pasc-1003.2-126.html
3 # Also see http://savannah.gnu.org/bugs/?func=detailitem&item_id=10757
4 exec rm -rf tmp
5 exec mkdir tmp
6 exec mkdir tmp/top
7 exec mkdir tmp/top/.one
8 exec mkdir tmp/top/bane
9 find_start p {tmp/top -name \*ne -print}
10 exec rm -rf tmp