(root)/
findutils-4.9.0/
find/
testsuite/
find.gnu/
deletefile.exp
global FTSFIND
global FINDFLAGS
exec rm -rf tmp
exec mkdir tmp tmp/top
proc touchfile {} {
    exec touch tmp/top/file
}
find_start p {tmp -path tmp/top/file -delete -print} "" "" touchfile
exec rm -rf tmp