| Commit message (Expand) | Author | Age | Files | Lines |
* | hust test: complain if busybox binary can't be found | Denys Vlasenko | 2009-08-12 | 1 | -6/+10 |
* | hush: fix \<newline> handling on NOMMU | Denys Vlasenko | 2009-08-12 | 1 | -10/+10 |
* | hush tests: remove the requirement that .config is in ../.. | Denys Vlasenko | 2009-08-12 | 1 | -4/+10 |
* | hush_test: stop mixing tabs/spaces for indentation | Mike Frysinger | 2009-06-01 | 1 | -37/+37 |
* | hush_test: filter test output to avoid C lib differences | Mike Frysinger | 2009-06-01 | 1 | -0/+4 |
* | source the .config so tests can signal they need to be skipped due to feature... | Mike Frysinger | 2009-04-09 | 1 | -2/+11 |
* | hush: fix a bunch of obscure while/until/continue bugs | Denis Vlasenko | 2009-04-06 | 1 | -1/+1 |
* | trim trailing slashes from specified subdir so we output to the right place | Mike Frysinger | 2009-04-02 | 1 | -0/+1 |
* | remove ((expr)) bash'ism | Denis Vlasenko | 2009-03-28 | 1 | -1/+1 |
* | make sure we exit based on test failure rather than always exiting with 0 | Mike Frysinger | 2009-03-28 | 1 | -3/+9 |
* | hush: continue fixing quoting and subst: fix glob_and_assign.tests. | Denis Vlasenko | 2008-06-17 | 1 | -0/+9 |
* | hush: support "! cmd | cmd" negation | Denis Vlasenko | 2008-06-14 | 1 | -2/+2 |
* | hush: reinstate `cmd` handling for NOMMU (with fat big warning). | Denis Vlasenko | 2008-02-10 | 1 | -1/+4 |
* | hush: fix $ expansion in redirections, add testcase for that | Denis Vlasenko | 2007-11-23 | 1 | -0/+1 |
* | hush: plug memory leak | Denis Vlasenko | 2007-11-23 | 1 | -0/+1 |
* | hush: reinstate hush_test, add testcases for process subst | Denis Vlasenko | 2007-05-11 | 1 | -0/+59 |
* | hush: fix bug in interactive shell introduced yesterday | Denis Vlasenko | 2007-05-11 | 1 | -59/+0 |
* | hush: fix "unterminated last line loops forever" bug | Denis Vlasenko | 2007-05-10 | 1 | -0/+59 |