~vcs-imports/busybox/trunk

« back to all changes in this revision

Viewing changes to testsuite/find.tests

  • Committer: Denys Vlasenko
  • Date: 2020-12-29 15:53:11 UTC
  • Revision ID: git-v1:77a51a2709de1b646ab493f0bf771d896de6efc2
randomconfig fixes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
        "0\n" \
29
29
        "" ""
30
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=
37
31
# Surprisingly, "-exec false ;" results in exitcode 0! "-exec false +" is different!!!
38
32
optional FEATURE_FIND_EXEC
39
33
testing "find -exec exitcode 3" \