aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test (follow)
Commit message (Expand)AuthorAgeFilesLines
* hush: fix bug 353 (wrong handling of \x in assignments)Denys Vlasenko2009-07-222-0/+16
* hush: add support for special vars in bracesMike Frysinger2009-06-016-8/+6
* hush: fix "while...do f1() {a;}; f1; f1 {b;}; f1; done" bugDenis Vlasenko2009-04-111-2/+4
* hush: tweak testsDenis Vlasenko2009-04-103-37/+109
* hush: add function testsDenis Vlasenko2009-04-106-0/+46
* hush: fix some TODOs. TODO in export builting: +250 bytes.Denis Vlasenko2009-04-102-0/+13
* hush: tighten up "for" variable name check.Denis Vlasenko2009-04-108-13/+64
* hush: readability improvements.Denis Vlasenko2009-04-104-0/+113
* add test cases for parameter substitution with unset/null stringsMike Frysinger2009-04-092-0/+38
* hush: deal with some easier TODOsDenis Vlasenko2009-04-094-41/+41
* hush: plug the leak of expanded heredocDenis Vlasenko2009-04-092-0/+37
* hush: fix EXIT trap recursion case; check redirection failuresDenis Vlasenko2009-04-094-0/+28
* skip some tests when fancy echo support is turned offMike Frysinger2009-04-093-0/+6
* we arent testing `echo -n` here so use printf insteadMike Frysinger2009-04-091-6/+6
* source the .config so tests can signal they need to be skipped due to feature...Mike Frysinger2009-04-091-2/+11
* hush: more rodust detection of unterminated strings etc;Denis Vlasenko2009-04-086-0/+112
* expand leak_all1.testsDenis Vlasenko2009-04-081-2/+8
* hush: add a leak test which currently failsDenis Vlasenko2009-04-082-0/+44
* hush: add leak detector helper; fix/add tests for itDenis Vlasenko2009-04-086-129/+80
* hush: echo \2>file fixDenis Vlasenko2009-04-086-0/+7
* hush: fix heredoc expansion of $var and `cmd`Denis Vlasenko2009-04-074-0/+21
* use sleep rather than usleepMike Frysinger2009-04-071-2/+4
* add a pathological test case for here doc related to eof marker and other ugl...Mike Frysinger2009-04-072-0/+17
* implement support for parameter substitution via #/% operatorsMike Frysinger2009-04-072-0/+38
* hush: heredoc support, based on patch by Mike Frysinger (vapier AT gentoo.org)Denis Vlasenko2009-04-073-11/+25
* hush: fix "if false; then...fi" exitcode;Denis Vlasenko2009-04-062-0/+3
* make hush-misc/*.tests executableDenis Vlasenko2009-04-064-0/+0
* hush: fix a bunch of obscure while/until/continue bugsDenis Vlasenko2009-04-069-1/+28
* *.tests should be executableDenis Vlasenko2009-04-061-0/+0
* move hush-parsing/and-or.tests to hush-misc/*Denis Vlasenko2009-04-062-0/+0
* add some brute force logic testsMike Frysinger2009-04-062-0/+52
* add tests for basic fd open/close/dupeMike Frysinger2009-04-062-0/+36
* fix redir1 tests -- usleep isnt standard in $PATHMike Frysinger2009-04-061-1/+3
* fixing mode on hush-leak/leak_argv1.testsDenis Vlasenko2009-04-051-0/+117
* fixing mode on hush-leak/leak_argv1.testsDenis Vlasenko2009-04-051-117/+0
* hush: fix passing of $n on NOMMUDenis Vlasenko2009-04-052-0/+20
* hush: fix "var=val >file" not creating fileDenis Vlasenko2009-04-042-0/+42
* hush: finally make `cmd` safe on NOMMUDenis Vlasenko2009-04-031-0/+2
* hush: improve parse_stream: does not require parsing context struct;Denis Vlasenko2009-04-031-1/+1
* hush: fix bug with local environment vars in pipes; simplify parse_stream()Denis Vlasenko2009-04-032-0/+13
* trim trailing slashes from specified subdir so we output to the right placeMike Frysinger2009-04-021-0/+1
* hush: rename ->o_quote to ->o_escapeDenis Vlasenko2009-04-024-0/+537
* hust_test/*: use "$THIS_SH" instead of hushDenis Vlasenko2009-03-317-52/+52
* implement `unset` semantics as required by POSIXMike Frysinger2009-03-302-0/+55
* enable trap testsMike Frysinger2009-03-294-0/+0
* add test cases for `trap` ... but disabled for now until trap support is comm...Mike Frysinger2009-03-298-0/+72
* test for invalid named variablesMike Frysinger2009-03-282-0/+7
* remove ((expr)) bash'ismDenis Vlasenko2009-03-281-1/+1
* add hush tests for parameter expansionMike Frysinger2009-03-2810-0/+210
* make sure we exit based on test failure rather than always exiting with 0Mike Frysinger2009-03-281-3/+9