aboutsummaryrefslogtreecommitdiff
path: root/shell/ash_test/ash-vars/param_expand_bash_substring.right (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ash: LINENO starts from 0 in -c SCRIPT modeDenys Vlasenko2021-09-071-5/+5
| | | | | | 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: echo ${?:0} was fixed sometime ago, enable it in testsDenys Vlasenko2018-01-131-0/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* ash: add a few tests from hush-vars/*Denys Vlasenko2017-07-251-0/+64
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>