aboutsummaryrefslogtreecommitdiff
path: root/shell/ash_test/ash-vars/param_expand_alt.right (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ash: LINENO starts from 0 in -c SCRIPT modeDenys Vlasenko2021-09-071-2/+2
| | | | | | The var_LINENO3.tests fails for hush: it does start from 0, but does not increment. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* shell: remove ${#+} tests, it is not a valid constructDenys Vlasenko2017-07-261-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* ash: add a few tests from hush-vars/*Denys Vlasenko2017-07-251-0/+9
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>