summaryrefslogtreecommitdiff
path: root/testsuite/find.tests
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2014-12-22 19:37:05 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2014-12-22 19:37:05 +0100
commit11775edbfc27d2ad1cd0dff3f7af385f67719866 (patch)
treefd0c34716d0c4f2fe204be19e077b1f2ba603518 /testsuite/find.tests
parenta6588fa10230e7b87990482773a445701abbaae8 (diff)
downloadbusybox-w32-11775edbfc27d2ad1cd0dff3f7af385f67719866.tar.gz
busybox-w32-11775edbfc27d2ad1cd0dff3f7af385f67719866.tar.bz2
busybox-w32-11775edbfc27d2ad1cd0dff3f7af385f67719866.zip
randomconfig fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'testsuite/find.tests')
-rwxr-xr-xtestsuite/find.tests3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/find.tests b/testsuite/find.tests
index f041106c3..78dfa1230 100755
--- a/testsuite/find.tests
+++ b/testsuite/find.tests
@@ -10,11 +10,12 @@
10mkdir -p find.tempdir 10mkdir -p find.tempdir
11touch find.tempdir/testfile 11touch find.tempdir/testfile
12 12
13optional FEATURE_FIND_TYPE
13testing "find -type f" \ 14testing "find -type f" \
14 "cd find.tempdir && find -type f 2>&1" \ 15 "cd find.tempdir && find -type f 2>&1" \
15 "./testfile\n" \ 16 "./testfile\n" \
16 "" "" 17 "" ""
17 18SKIP=
18optional FEATURE_FIND_EXEC 19optional FEATURE_FIND_EXEC
19testing "find -exec exitcode 1" \ 20testing "find -exec exitcode 1" \
20 "cd find.tempdir && find testfile -exec true {} \; 2>&1; echo \$?" \ 21 "cd find.tempdir && find testfile -exec true {} \; 2>&1; echo \$?" \