aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-vars/star.tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* hush: fix a bit different instance of "No EOL" bug,Denis Vlasenko2007-05-231-2/+2
| | | | add testsuite for that. Expand another testsuite.
* hush: fix '{ false; echo $?; }' bug.Denis Vlasenko2007-05-131-0/+8
hush: expand testsuite. variable expansion is still very broken