aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-misc
AgeCommit message (Expand)Author
2008-06-17hush: fix $$ handlingDenis Vlasenko
2008-06-17hush: fix "for a in; do echo 'I should never run'; done" bugDenis 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-14hush: support "! cmd | cmd" negationDenis Vlasenko
2007-06-13hush: fix read builtin to not read ahead past eol and to not useDenis Vlasenko
2007-05-24hush: improve 2 testsuite testsDenis Vlasenko
2007-05-24hush: add 2 tests for correct syntax error reportingDenis Vlasenko
2007-05-23fix execute bit on hush-misc/shift.testsDenis Vlasenko
2007-05-20hush: fix shift + $0 bug; add testcaseDenis Vlasenko