aboutsummaryrefslogtreecommitdiff
path: root/testsuite/find.tests
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/find.tests')
-rwxr-xr-xtestsuite/find.tests6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/find.tests b/testsuite/find.tests
index 138236c81..d763ca6f2 100755
--- a/testsuite/find.tests
+++ b/testsuite/find.tests
@@ -28,6 +28,12 @@ testing "find -exec exitcode 2" \
28 "0\n" \ 28 "0\n" \
29 "" "" 29 "" ""
30SKIP= 30SKIP=
31optional FEATURE_FIND_EXEC_OK
32testing "find -ok" \
33 "cd find.tempdir && find testfile -ok true {} ';' 2>&1; echo \$?" \
34 "true testfile ?0\n" \
35 "" "y"
36SKIP=
31# Surprisingly, "-exec false ;" results in exitcode 0! "-exec false +" is different!!! 37# Surprisingly, "-exec false ;" results in exitcode 0! "-exec false +" is different!!!
32optional FEATURE_FIND_EXEC 38optional FEATURE_FIND_EXEC
33testing "find -exec exitcode 3" \ 39testing "find -exec exitcode 3" \