aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* hush: fix segv at repeated "set -- a b c" + "shift"Denis Vlasenko2009-03-222-0/+119
* hush: tweak testsuiteDenis Vlasenko2009-03-202-1/+5
* hush: fix bug 207 and "hush -c" parameter passing.Denis Vlasenko2009-03-202-0/+4
* hush: fix NOMMU bug (analogous to preceding commit for MMU)Denis Vlasenko2008-10-132-7/+7
* testcase for the last fixDenis Vlasenko2008-10-132-0/+20
* hush: fix environment and memory leaks, add tests for themDenis Vlasenko2008-10-095-0/+127
* hush: fix mishandling of a'b'c=fff as assignments. They are not.Denis Vlasenko2008-08-044-0/+57
* hush: support $_NUMBERS variable namesDenis Vlasenko2008-07-314-0/+6
* hush: fix "case ... in <newline> word)..."Denis Vlasenko2008-07-312-0/+9
* hush: small fix for repeated continue and fix for wrong loop depth countDenis Vlasenko2008-07-292-0/+12
* hush: fix break'ing out of {} and () groups; with testcaseDenis Vlasenko2008-07-292-0/+17
* hush: add #defines to switch off break/continue if loops are not supportedDenis Vlasenko2008-07-292-0/+8