# If -exec \; fails, it should return false. The return
# value of find should stil; be 0, unless another error has
# happened.
find_start p { /tmp -exec false \; -o \( -printf "yep\n" -quit \) }
# If -exec \; fails, it should return false. The return
# value of find should stil; be 0, unless another error has
# happened.
find_start p { /tmp -exec false \; -o \( -printf "yep\n" -quit \) }