summaryrefslogtreecommitdiff
path: root/find/testsuite/find.gnu/depth-d.exp
blob: 8e264a81d8c4ffa24b293159474b910d9eb2134e (plain)
1
2
3
4
5
6
7
8
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