Imported Upstream version 4.5.14
[platform/upstream/findutils.git] / find / testsuite / find.posix / nameslash.exp
1 # tests for -name and trailing slashes.
2 # See http://www.opengroup.org/austin/interps/uploads/40/14959/AI-186.txt
3 # This is a test for Savannah bug #20970.
4 exec rm -rf tmp
5 exec mkdir tmp tmp/foo tmp/bar
6 find_start p {tmp/foo/// tmp/bar/// -name foo -o -name 'bar?*'}
7 exec rm -rf tmp