Imported Upstream version 4.5.14
[platform/upstream/findutils.git] / find / testsuite / find.gnu / exec-one-rtn-fail.exp
1 # If -exec \; fails, it should return false.   The return
2 # value of find should stil; be 0, unless another error has
3 # happened.
4 find_start p { /tmp -exec false \; -o \( -printf "yep\n" -quit \) }