(root)/
findutils-4.9.0/
find/
testsuite/
find.gnu/
depth-d.exp
exec rm -rf tmp
exec mkdir tmp
exec mkdir tmp/top
exec mkdir tmp/top/one
exec touch tmp/top/one/foo
exec mkdir tmp/top/two
find_start p {tmp/top -d -mindepth 1 -type d -empty -print}
# exec rm -rf tmp