Imported Upstream version 4.5.10
[platform/upstream/findutils.git] / find / testsuite / find.posix / sv-bug-27563-exec.exp
1 # tests for Savannah bug 27563 (result of find -L -exec ls {} \;)
2 exec rm -rf tmp
3 exec mkdir tmp
4 exec touch tmp/yyyy
5 find_start p {-L tmp -name yyyy -exec ls \{\} \; }
6 exec rm -rf tmp