summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox/busybox/0001-dc.tests-fix-two-test-case-to-also-depend-on-DC_BIG.patch
blob: d22db4a6637a929b42c5a66619e8acff0f2c9dcc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
From a4e03fbb4d82f91069d96005405f89c45b8fd157 Mon Sep 17 00:00:00 2001
From: Chen Qi <Qi.Chen@windriver.com>
Date: Wed, 17 Apr 2019 09:24:37 +0800
Subject: [PATCH] dc.tests: fix two test case to also depend on DC_BIG

Upstream-Status: Submitted [http://lists.busybox.net/pipermail/busybox/2019-April/087205.html]

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
 testsuite/dc.tests | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/testsuite/dc.tests b/testsuite/dc.tests
index 1708a48..8c3af41 100755
--- a/testsuite/dc.tests
+++ b/testsuite/dc.tests
@@ -41,6 +41,9 @@ testing "dc complex without spaces (multiple args)" \
 	"16\n" \
 	"" ""
 
+optional FEATURE_DC_BIG
+# All tests below depend on FEATURE_DC_BIG
+
 testing "dc read" \
 	"dc -finput" \
 	"2\n9\n1\n" \
@@ -51,9 +54,6 @@ testing "dc read string" \
 	"2\nstr\n1\n" \
 	"1?2\nf" "[str]\n"
 
-optional FEATURE_DC_BIG
-# All tests below depend on FEATURE_DC_BIG
-
 testing "dc '>a' (conditional execute string) 1" \
 	"dc" \
 	"1\n9\n" \
-- 
2.7.4