diff options
author | Denys Vlasenko | 2014-12-22 19:37:05 +0100 |
---|---|---|
committer | Denys Vlasenko | 2014-12-22 19:37:05 +0100 |
commit | 11775edbfc27d2ad1cd0dff3f7af385f67719866 (patch) | |
tree | fd0c34716d0c4f2fe204be19e077b1f2ba603518 /testsuite/find.tests | |
parent | a6588fa10230e7b87990482773a445701abbaae8 (diff) | |
download | busybox-11775edbfc27d2ad1cd0dff3f7af385f67719866.zip busybox-11775edbfc27d2ad1cd0dff3f7af385f67719866.tar.gz |
randomconfig fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'testsuite/find.tests')
-rwxr-xr-x | testsuite/find.tests | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/find.tests b/testsuite/find.tests index f041106..78dfa12 100755 --- a/testsuite/find.tests +++ b/testsuite/find.tests @@ -10,11 +10,12 @@ mkdir -p find.tempdir touch find.tempdir/testfile +optional FEATURE_FIND_TYPE testing "find -type f" \ "cd find.tempdir && find -type f 2>&1" \ "./testfile\n" \ "" "" - +SKIP= optional FEATURE_FIND_EXEC testing "find -exec exitcode 1" \ "cd find.tempdir && find testfile -exec true {} \; 2>&1; echo \$?" \ |