summaryrefslogtreecommitdiff
path: root/testsuite/dc.tests
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2019-04-20 07:50:02 +0100
committerRon Yorston <rmy@pobox.com>2019-04-20 07:50:02 +0100
commit241d4d4ac319d4b0507dbc70434545418fd74b79 (patch)
tree3d1d8b92eb7f015f5e102cd472a330ec784a5d43 /testsuite/dc.tests
parente4bc2cb29c5465cbec2dec1ba3b325139007d03a (diff)
parente49a572b529dc7dcfb052c679074b9b87577e388 (diff)
downloadbusybox-w32-FRP-3128-g241d4d4ac.tar.gz
busybox-w32-FRP-3128-g241d4d4ac.tar.bz2
busybox-w32-FRP-3128-g241d4d4ac.zip
Merge branch 'busybox' into mergeFRP-3128-g241d4d4ac
Diffstat (limited to 'testsuite/dc.tests')
-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" \