Files
findutils/find/testsuite/find.gnu/exec-one-rtn-fail.exp
T

5 lines
198 B
Plaintext
Raw Normal View History

2011-06-11 23:13:58 +01:00
# If -exec \; fails, it should return false. The return
2012-06-04 12:30:52 +02:00
# value of find should stil; be 0, unless another error has
# happened.
find_start p { /tmp -exec false \; -o \( -printf "yep\n" -quit \) }