summaryrefslogtreecommitdiff
path: root/shell/hush_test (follow)
Commit message (Expand)AuthorAgeFilesLines
* cosmetics in hush testsuitesDenis Vlasenko2008-06-182-3/+1
* fix globbing in unquoted $* and $@Denis Vlasenko2008-06-182-0/+14
* hush: add testsuite for "no globbing in redirection" rule.Denis Vlasenko2008-06-186-0/+51
* hush: expand quote3.tests and move from hush-bugs to hush-parsingDenis Vlasenko2008-06-184-11/+33
* hush: fix $$ handlingDenis Vlasenko2008-06-172-0/+2
* hush: fix "for a in; do echo 'I should never run'; done" bugDenis Vlasenko2008-06-172-0/+0
* move glob_and_assign.tests from hush-bugs to hush-globDenis Vlasenko2008-06-172-0/+0
* hush: continue fixing quoting and subst: fix glob_and_assign.tests.Denis Vlasenko2008-06-173-19/+24
* hush: delete hush-bugs/glob_and_vars.tests for realDenis Vlasenko2008-06-161-2/+0
* hush: fix hush-bugs/glob_and_vars.tests testcase:Denis Vlasenko2008-06-165-1/+7
* hush: fix a bug where we were requiring semicolon here: (cmd;)Denis Vlasenko2008-06-143-2/+1
* hush: add support for ':'; create testsuite entriesDenis Vlasenko2008-06-149-5/+17
* hush: support "! cmd | cmd" negationDenis Vlasenko2008-06-145-2/+57
* hush: fix for nested $()s with escapes + testsuiteDenis Vlasenko2008-06-123-1/+14
* hush: more backtick and quoting fixes...Denis Vlasenko2008-06-102-0/+17
* hush: fix escaping of \[*?; add testsuites for these and for globbingDenis Vlasenko2008-06-106-0/+20
* hush: fix yet another falloutDenis Vlasenko2008-06-104-1/+0
* hush: fix some fallout from prev commits, add testsuiteDenis Vlasenko2008-06-102-0/+10
* hush: add yet another bug to testsuite :(Denis Vlasenko2008-06-082-0/+7
* msh: create testsuite (based on hush one)Denis Vlasenko2008-03-021-0/+3
* hush: small fixes to docs/testsuiteDenis Vlasenko2008-02-101-1/+1
* hush: reinstate `cmd` handling for NOMMU (with fat big warning).Denis Vlasenko2008-02-102-1/+23
* add expected outputMike Frysinger2007-12-251-0/+2
* hush: fix $ expansion in redirections, add testcase for thatDenis Vlasenko2007-11-233-0/+17
* hush: plug memory leakDenis Vlasenko2007-11-232-17/+40
* hush: fix read builtin to not read ahead past eol and to not useDenis Vlasenko2007-06-132-0/+8
* hush: rework variable storage and environment handling.Denis Vlasenko2007-05-252-0/+71
* hush: improve 2 testsuite testsDenis Vlasenko2007-05-244-2/+17
* hush: add 2 tests for correct syntax error reportingDenis Vlasenko2007-05-242-0/+2
* hush: make syntax error messages a bit more usefulDenis Vlasenko2007-05-232-0/+0
* hush: prepare testsuite for new, fixed error message formatDenis Vlasenko2007-05-231-1/+1
* hush: fix job control with eval /bin/external_progDenis Vlasenko2007-05-232-0/+3
* hush: fix a bit different instance of "No EOL" bug,Denis Vlasenko2007-05-234-2/+11
* fix execute bit on hush-misc/shift.testsDenis Vlasenko2007-05-231-0/+0
* shells: update README and testsuite. environment memory leakDenis Vlasenko2007-05-212-0/+2
* hush: fix shift + $0 bug; add testcaseDenis Vlasenko2007-05-202-0/+8
* hush: make process substitution configurable; add a testcaseDenis Vlasenko2007-05-202-0/+4
* hush: fix expansion of quoted $VAR, $* and $@Denis Vlasenko2007-05-168-14/+19
* hush: fix incorrect processing of echo "'$var'".Denis Vlasenko2007-05-162-0/+0
* hush: move testsuite files from hush-bugs to hush-parsingDenis Vlasenko2007-05-144-0/+0
* hush: more fixes to variable expansion, more testcasesDenis Vlasenko2007-05-144-0/+20
* hush: move towards more correct variable expansionDenis Vlasenko2007-05-144-0/+100
* hush: fix '{ false; echo $?; }' bug.Denis Vlasenko2007-05-1312-2/+30
* 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 "unterminated last line loops forever" bugDenis Vlasenko2007-05-105-0/+76