aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-bugs
AgeCommit message (Expand)Author
2020-11-01hush: document bugs in [[ =~ ]] comparisonDenys Vlasenko
2017-07-15hush: fix and_or_and_backgrounding.tests failureDenys Vlasenko
2016-10-02hush: fix var3.testsDenys Vlasenko
2015-04-18hush: document buggy handling of duplicate "local"Denys Vlasenko
2010-09-10hush: fixes to testsuiteDenys Vlasenko
2010-05-17hush: fix hush-bugs/parse_err.testsDenys Vlasenko
2010-05-17add two more tests which currently failDenys Vlasenko
2009-06-09hush: specially handle [[ - suppress globbing & multiword expansionDenys Vlasenko
2009-05-04hush: fix bug where in "var=val func" var's value is not visible in funcDenys Vlasenko
2009-04-20hush: add two testcasesDenis Vlasenko
2009-04-10hush: tighten up "for" variable name check.Denis Vlasenko
2008-06-18hush: expand quote3.tests and move from hush-bugs to hush-parsingDenis Vlasenko
2008-06-17hush: fix "for a in; do echo 'I should never run'; done" bugDenis Vlasenko
2008-06-17move glob_and_assign.tests from hush-bugs to hush-globDenis Vlasenko
2008-06-17hush: continue fixing quoting and subst: fix glob_and_assign.tests.Denis Vlasenko
2008-06-16hush: delete hush-bugs/glob_and_vars.tests for realDenis Vlasenko
2008-06-16hush: fix hush-bugs/glob_and_vars.tests testcase:Denis Vlasenko
2008-06-14hush: fix a bug where we were requiring semicolon here: (cmd;)Denis Vlasenko
2008-06-14hush: add support for ':'; create testsuite entriesDenis Vlasenko
2008-06-10hush: fix yet another falloutDenis Vlasenko
2008-06-08hush: add yet another bug to testsuite :(Denis Vlasenko
2007-12-25add expected outputMike Frysinger
2007-05-23hush: make syntax error messages a bit more usefulDenis Vlasenko
2007-05-23hush: prepare testsuite for new, fixed error message formatDenis Vlasenko
2007-05-23hush: fix job control with eval /bin/external_progDenis Vlasenko
2007-05-20hush: make process substitution configurable; add a testcaseDenis Vlasenko
2007-05-16hush: fix expansion of quoted $VAR, $* and $@Denis Vlasenko
2007-05-16hush: fix incorrect processing of echo "'$var'".Denis Vlasenko
2007-05-14hush: move testsuite files from hush-bugs to hush-parsingDenis Vlasenko
2007-05-14hush: more fixes to variable expansion, more testcasesDenis Vlasenko
2007-05-14hush: move towards more correct variable expansionDenis Vlasenko
2007-05-13hush: fix '{ false; echo $?; }' bug.Denis Vlasenko