summaryrefslogtreecommitdiffhomepage
path: root/shell/ash_test/ash-arith/arith2.sub
AgeCommit message (Expand)Author
2021-09-25shell: enable more tests which are passing nowDenys Vlasenko
2021-09-25shell: fix arithmentic evaluation of "++7" and such (it is + + 7, i.e. 7)Denys Vlasenko
2018-01-28shell: handle $((NUM++...) like bash does. Closes 10706Denys Vlasenko
2007-03-05small ash testsuite, adapted from bashDenis Vlasenko