Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-12 | hust test: complain if busybox binary can't be found | Denys Vlasenko | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2009-08-12 | hush: fix \<newline> handling on NOMMU | Denys Vlasenko | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2009-08-12 | hush tests: remove the requirement that .config is in ../.. | Denys Vlasenko | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2009-06-01 | hush_test: stop mixing tabs/spaces for indentation | Mike Frysinger | |
Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2009-06-01 | hush_test: filter test output to avoid C lib differences | Mike Frysinger | |
The getopt function in some C libraries wraps the option in single quotes while others do not. Avoid the issue by running sed on the output and strip all quotes. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2009-04-09 | source the .config so tests can signal they need to be skipped due to ↵ | Mike Frysinger | |
feature disable | |||
2009-04-06 | hush: fix a bunch of obscure while/until/continue bugs | Denis Vlasenko | |
function old new delta run_list 1159 1214 +55 done_pipe 106 123 +17 done_command 86 98 +12 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 3/0 up/down: 84/0) Total: 84 bytes | |||
2009-04-02 | trim trailing slashes from specified subdir so we output to the right place | Mike Frysinger | |
2009-03-28 | remove ((expr)) bash'ism | Denis Vlasenko | |
2009-03-28 | make sure we exit based on test failure rather than always exiting with 0 | Mike Frysinger | |
2008-06-17 | hush: continue fixing quoting and subst: fix glob_and_assign.tests. | Denis Vlasenko | |
2008-06-14 | hush: support "! cmd | cmd" negation | Denis Vlasenko | |
function old new delta done_word 749 791 +42 run_list 1821 1859 +38 checkjobs 334 351 +17 done_pipe 61 74 +13 static.reserved_list 132 144 +12 initialize_context 53 45 -8 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 5/1 up/down: 122/-8) Total: 114 bytes | |||
2008-02-10 | hush: reinstate `cmd` handling for NOMMU (with fat big warning). | Denis Vlasenko | |
hush: fix a case where none of pipe members could be started because of fork failure hush: rename functions: xxx_real -> xxx hush: try to add a bit more of vfork-friendliness hush: add rudimentary design docs hush: add TODO (newly discovered bug with globbing) | |||
2007-11-23 | hush: fix $ expansion in redirections, add testcase for that | Denis Vlasenko | |
2007-11-23 | hush: plug memory leak | Denis Vlasenko | |
2007-05-11 | hush: reinstate hush_test, add testcases for process subst | Denis Vlasenko | |
2007-05-11 | hush: fix bug in interactive shell introduced yesterday | Denis Vlasenko | |
hush: fix `process subst` (2 bugs) NB: will delete and re-add hush_test in order to change file modes | |||
2007-05-10 | hush: fix "unterminated last line loops forever" bug | Denis Vlasenko | |
hush: add testsuite infrastructure |