aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2019-04-17 09:39:25 +0800
committerDenys Vlasenko <vda.linux@googlemail.com>2019-04-19 12:30:11 +0200
commit32c8ce4def177a98a9aef0896bdb2d8262b364ec (patch)
tree357d86939e067726f1d5145feeeb1f6174b0cc53
parent049670fbbe8022e0e38909aa3de189c06e34ad7d (diff)
downloadbusybox-w32-32c8ce4def177a98a9aef0896bdb2d8262b364ec.tar.gz
busybox-w32-32c8ce4def177a98a9aef0896bdb2d8262b364ec.tar.bz2
busybox-w32-32c8ce4def177a98a9aef0896bdb2d8262b364ec.zip
dc.tests: fix two test case to also depend on DC_BIG
Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rwxr-xr-xtestsuite/dc.tests6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/dc.tests b/testsuite/dc.tests
index 1708a4835..8c3af4156 100755
--- a/testsuite/dc.tests
+++ b/testsuite/dc.tests
@@ -41,6 +41,9 @@ testing "dc complex without spaces (multiple args)" \
41 "16\n" \ 41 "16\n" \
42 "" "" 42 "" ""
43 43
44optional FEATURE_DC_BIG
45# All tests below depend on FEATURE_DC_BIG
46
44testing "dc read" \ 47testing "dc read" \
45 "dc -finput" \ 48 "dc -finput" \
46 "2\n9\n1\n" \ 49 "2\n9\n1\n" \
@@ -51,9 +54,6 @@ testing "dc read string" \
51 "2\nstr\n1\n" \ 54 "2\nstr\n1\n" \
52 "1?2\nf" "[str]\n" 55 "1?2\nf" "[str]\n"
53 56
54optional FEATURE_DC_BIG
55# All tests below depend on FEATURE_DC_BIG
56
57testing "dc '>a' (conditional execute string) 1" \ 57testing "dc '>a' (conditional execute string) 1" \
58 "dc" \ 58 "dc" \
59 "1\n9\n" \ 59 "1\n9\n" \