(root)/
findutils-4.9.0/
find/
testsuite/
find.gnu/
sv-bug-12230.exp
# Bug report by Dmitry V. Levin.
#
# The command:
#   find tmp -false -execdir echo == {} +
# Actually produces one line of output.  It
# should produce none, because the echo command
# should never be invoked.
#
if { [ safe_path ] } {
    exec rm -rf tmp
    exec mkdir tmp
    find_start p { tmp -false -execdir echo == "{}" + }
    exec rm -rf tmp
}