# Verifies that -name '*bar' will match quux/.foobar. # See http://standards.ieee.org/reading/ieee/interp/1003-2-92_int/pasc-1003.2-126.html # Also see http://savannah.gnu.org/bugs/?func=detailitem&item_id=10757 exec rm -rf tmp exec mkdir tmp exec mkdir tmp/top exec mkdir tmp/top/.one exec mkdir tmp/top/bane find_start p {tmp/top -name \*ne -print} exec rm -rf tmp