(root)/
findutils-4.9.0/
find/
testsuite/
find.gnu/
sv-bug-27563-execdir.exp
if { [ safe_path ] } {
    # tests for Savannah bug 27563 (result of find -L -exec ls {} \;)
    exec rm -rf tmp
    exec mkdir tmp
    exec touch tmp/yyyy
    find_start p {-L tmp -name yyyy -execdir ls \{\} \; }
    exec rm -rf tmp
}