diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2019-01-04 06:18:00 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2019-01-04 06:18:00 +0100 |
commit | 1db367a8e65a74277360a89885ff7d377b5feb8b (patch) | |
tree | e911cbe5e1b234e38cd68e63f4a4afea1495e980 /testsuite | |
parent | 6842c6062a201cc34a262b4c450cf8e1374e9e3a (diff) | |
download | busybox-1db367a8e65a74277360a89885ff7d377b5feb8b.tar.gz |
dc: fit returning of string
function old new delta
zxc_program_exec 4087 4098 +11
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'testsuite')
-rwxr-xr-x | testsuite/dc.tests | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/dc.tests b/testsuite/dc.tests index 87b1e71c3..1708a4835 100755 --- a/testsuite/dc.tests +++ b/testsuite/dc.tests @@ -46,6 +46,11 @@ testing "dc read" \ "2\n9\n1\n" \ "1?2\nf" "9\n" +testing "dc read string" \ + "dc -finput" \ + "2\nstr\n1\n" \ + "1?2\nf" "[str]\n" + optional FEATURE_DC_BIG # All tests below depend on FEATURE_DC_BIG |