aboutsummaryrefslogtreecommitdiff
path: root/shell/ash_test/ash-arith/arith2.sub (follow)
Commit message (Collapse)AuthorAgeFilesLines
* shell: enable more tests which are passing nowDenys Vlasenko2021-09-251-9/+5
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* shell: fix arithmentic evaluation of "++7" and such (it is + + 7, i.e. 7)Denys Vlasenko2021-09-251-5/+5
| | | | | | | function old new delta evaluate_string 945 988 +43 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* shell: handle $((NUM++...) like bash does. Closes 10706Denys Vlasenko2018-01-281-6/+6
| | | | | | | function old new delta evaluate_string 680 729 +49 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* small ash testsuite, adapted from bashDenis Vlasenko2007-03-051-0/+57
(only a small part of it, actually)