aboutsummaryrefslogtreecommitdiff
path: root/shell/ash_test/ash-vars/param_expand_assign.right (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ash: LINENO starts from 0 in -c SCRIPT modeDenys Vlasenko2021-09-071-7/+7
| | | | | | 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>
* ash: update testsuite (we now error out on ${#=})Denys Vlasenko2017-08-141-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* ash: add a few tests from hush-vars/*Denys Vlasenko2017-07-251-0/+27
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>