aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-vars/param_expand_alt.right (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* hush: fix segfault in ${?:N:M}Denys Vlasenko2010-05-221-1/+1
| | | | | | | | | | | function old new delta expand_vars_to_list 2374 2409 +35 builtin_umask 132 133 +1 builtin_exit 47 48 +1 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 3/0 up/down: 37/0) Total: 37 bytes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* add hush tests for parameter expansionMike Frysinger2009-03-281-0/+8