busybox/shell/hush_test
Denis Vlasenko 02d6f1ad72 hush: fix heredoc expansion of $var and cmd
function                                             old     new   delta
expand_pseudo_dquoted                                  -     104    +104
setup_heredoc                                        215     275     +60
done_word                                            669     691     +22
parse_stream                                        1899    1902      +3
setup_redirects                                      196     191      -5
free_pipe                                            189     183      -6
expand_variables                                    2349    2229    -120
------------------------------------------------------------------------------
(add/remove: 1/0 grow/shrink: 3/3 up/down: 189/-131)           Total: 58 bytes
2009-04-07 19:56:55 +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: fix heredoc expansion of $var and cmd 2009-04-07 19:56:55 +00:00
hush-parsing move hush-parsing/and-or.tests to hush-misc/* 2009-04-06 16:17:51 +00:00
hush-psubst hush: fix for nested $()s with escapes + testsuite 2008-06-12 12:58:20 +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: fix environment and memory leaks, add tests for them 2008-10-09 16:29:44 +00:00
run-all hush: fix a bunch of obscure while/until/continue bugs 2009-04-06 18:08:35 +00:00