Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | hush: remove test for "echo ${-}" errorring out - now it works | Denys Vlasenko | 2019-05-19 | 1 | -2/+0 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | hush: fix quoted "${notexist-}" expansion to not disappear | Denys Vlasenko | 2019-05-15 | 1 | -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 hush | Denys Vlasenko | 2017-07-25 | 1 | -2/+4 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | hust_test/*: use "$THIS_SH" instead of hush | Denis Vlasenko | 2009-03-31 | 1 | -2/+2 |
| | |||||
* | add hush tests for parameter expansion | Mike Frysinger | 2009-03-28 | 1 | -0/+22 |