aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* hush: move towards more correct variable expansionDenis Vlasenko2007-05-144-0/+100
| | | | | hush: fix a few cases in FOR v IN ... construct unfortunately, code growth is big - ~600 bytes
* hush: fix '{ false; echo $?; }' bug.Denis Vlasenko2007-05-1312-2/+30
| | | | | hush: expand testsuite. variable expansion is still very broken
* hush: reinstate hush_test, add testcases for process substDenis Vlasenko2007-05-117-0/+80
|
* hush: fix bug in interactive shell introduced yesterdayDenis Vlasenko2007-05-115-76/+0
| | | | | hush: fix `process subst` (2 bugs) NB: will delete and re-add hush_test in order to change file modes
* hush: fix "unterminated last line loops forever" bugDenis Vlasenko2007-05-105-0/+76
hush: add testsuite infrastructure