summaryrefslogtreecommitdiff
path: root/find/testsuite/find.gnu/gnu-or.exp
blob: 92a29396b5435ffcb367dedaa1271dd8aee0a9c9 (plain)
1
2
3
4
5
# test for -false.
exec rm -rf tmp
exec mkdir tmp tmp/fred tmp/fred/jim
find_start p { tmp -depth -print -false -or -print }
exec rm -rf tmp