aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-vars/readonly0.tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* hush: another testcase for "READONLY_VAR=VAL BLTIN ..."Denys Vlasenko2017-07-181-5/+11
| | | | | | Currently fails. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* hush: do not assign to readonly VAR in "VAR=VAL CMD" syntax tooDenys Vlasenko2017-07-181-9/+21
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* hush: add readonly testcase, fix falloutDenys Vlasenko2017-07-181-0/+24
function old new delta helper_export_local 185 214 +29 run_pipe 1549 1560 +11 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 2/0 up/down: 40/0) Total: 40 bytes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>