summaryrefslogtreecommitdiff
path: root/shell/ash_test/ash-arith/arith1.sub
AgeCommit message (Collapse)Author
2021-09-25shell: fix arithmentic evaluation of "++7" and such (it is + + 7, i.e. 7)Denys Vlasenko
function old new delta evaluate_string 945 988 +43 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2007-03-05small ash testsuite, adapted from bashDenis Vlasenko
(only a small part of it, actually)