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
}
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
}