busybox/shell/hush_test
Denis Vlasenko 5c090a96f9 hush: more rodust detection of unterminated strings etc;
fix a case where we forget to copy `cmd` text;
 optimize nommu heredoc helper by not passing environment to it;
 add several tests

function                                             old     new   delta
add_till_closing_paren                               256     308     +52
parse_stream                                        2337    2378     +41
add_till_backquote                                    82     111     +29
re_execute_shell                                     269     284     +15
handle_dollar                                        802     812     +10
parse_stream_dquoted                                 316     320      +4
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 6/0 up/down: 151/0)             Total: 151 bytes
2009-04-08 21:51:33 +00:00
..
hush-arith hush: rename ->o_quote to ->o_escape 2009-04-02 20:17:49 +00:00
hush-glob hush: add testsuite for "no globbing in redirection" rule. 2008-06-18 16:29:32 +00:00
hush-leak fixing mode on hush-leak/leak_argv1.tests 2009-04-05 02:14:59 +00:00
hush-misc hush: more rodust detection of unterminated strings etc; 2009-04-08 21:51:33 +00:00
hush-parsing move hush-parsing/and-or.tests to hush-misc/* 2009-04-06 16:17:51 +00:00
hush-psubst hush: more rodust detection of unterminated strings etc; 2009-04-08 21:51:33 +00:00
hush-trap hust_test/*: use "$THIS_SH" instead of hush 2009-03-31 22:14:32 +00:00
hush-vars use sleep rather than usleep 2009-04-07 06:08:14 +00:00
hush-z_slow hush: more rodust detection of unterminated strings etc; 2009-04-08 21:51:33 +00:00
run-all hush: fix a bunch of obscure while/until/continue bugs 2009-04-06 18:08:35 +00:00