aboutsummaryrefslogtreecommitdiff
path: root/shell/ash_test/ash-arith/arith2.sub (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)