aboutsummaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2023-04-09 11:24:09 +0100
committerRon Yorston <rmy@pobox.com>2023-04-09 11:24:09 +0100
commitd9f2ea8628452f787e02dd0e496af612a2e94578 (patch)
treec12be657e31c2e832b41fbff9a77aa0f886d47f0 /testsuite
parentfa04f2dc766c76f2caa44a4b8429185dde6a66b0 (diff)
parenta26711a2d1464167be4ebc990fe21a3809a2da34 (diff)
downloadbusybox-w32-d9f2ea8628452f787e02dd0e496af612a2e94578.tar.gz
busybox-w32-d9f2ea8628452f787e02dd0e496af612a2e94578.tar.bz2
busybox-w32-d9f2ea8628452f787e02dd0e496af612a2e94578.zip
Merge branch 'busybox' into merge
Diffstat (limited to 'testsuite')
-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" \