diff options
author | Ron Yorston <rmy@pobox.com> | 2023-04-09 11:24:09 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2023-04-09 11:24:09 +0100 |
commit | d9f2ea8628452f787e02dd0e496af612a2e94578 (patch) | |
tree | c12be657e31c2e832b41fbff9a77aa0f886d47f0 /testsuite | |
parent | fa04f2dc766c76f2caa44a4b8429185dde6a66b0 (diff) | |
parent | a26711a2d1464167be4ebc990fe21a3809a2da34 (diff) | |
download | busybox-w32-d9f2ea8628452f787e02dd0e496af612a2e94578.tar.gz busybox-w32-d9f2ea8628452f787e02dd0e496af612a2e94578.tar.bz2 busybox-w32-d9f2ea8628452f787e02dd0e496af612a2e94578.zip |
Merge branch 'busybox' into merge
Diffstat (limited to 'testsuite')
-rwxr-xr-x | testsuite/find.tests | 6 |
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 | "" "" |
30 | SKIP= | 30 | SKIP= |
31 | optional FEATURE_FIND_EXEC_OK | ||
32 | testing "find -ok" \ | ||
33 | "cd find.tempdir && find testfile -ok true {} ';' 2>&1; echo \$?" \ | ||
34 | "true testfile ?0\n" \ | ||
35 | "" "y" | ||
36 | SKIP= | ||
31 | # Surprisingly, "-exec false ;" results in exitcode 0! "-exec false +" is different!!! | 37 | # Surprisingly, "-exec false ;" results in exitcode 0! "-exec false +" is different!!! |
32 | optional FEATURE_FIND_EXEC | 38 | optional FEATURE_FIND_EXEC |
33 | testing "find -exec exitcode 3" \ | 39 | testing "find -exec exitcode 3" \ |