aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-vars/param_expand_default.tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* hush: remove test for "echo ${-}" errorring out - now it worksDenys Vlasenko2019-05-191-2/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* hush: fix quoted "${notexist-}" expansion to not disappearDenys Vlasenko2019-05-151-0/+5
| | | | | | | function old new delta expand_one_var 2296 2311 +15 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* ash: import param_expand_default.tests from hushDenys Vlasenko2017-07-251-2/+4
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* hust_test/*: use "$THIS_SH" instead of hushDenis Vlasenko2009-03-311-2/+2
|
* add hush tests for parameter expansionMike Frysinger2009-03-281-0/+22