hush/shell/hush_test
Denys Vlasenko ebee410fe2 hush: fix var_bash5.tests failure
function                                             old     new   delta
expand_one_var                                      1513    1552     +39
expand_pseudo_dquoted                                118     135     +17
expand_string_to_string                              110     126     +16
setup_heredoc                                        298     308     +10
expand_and_evaluate_arith                             69      79     +10
parse_stream_dquoted                                 233     241      +8
setup_redirects                                      220     225      +5
run_list                                             956     961      +5
expand_assignments                                    76      81      +5
run_pipe                                            1587    1590      +3
parse_stream                                        2371    2374      +3
builtin_umask                                        132     133      +1
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 12/0 up/down: 122/0)            Total: 122 bytes

Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
2010-09-10 10:17:53 +02:00
..
hush-arith hush: fix more obscure ${var%...} cases 2010-05-22 00:26:06 +02:00
hush-bugs hush: fix hush-bugs/parse_err.tests 2010-05-17 09:49:47 +02:00
hush-glob hush: fix globbing+backslashes in unquoted $var expansion 2010-09-06 10:26:37 +02:00
hush-leak hush: do not use ps -o in leak_argv1; do not hardcode path in negate 2009-08-12 14:21:30 +02:00
hush-misc hush: fix another corner case with backslashes in heredocs 2010-09-06 11:46:03 +02:00
hush-parsing hush: fix hush-bugs/parse_err.tests 2010-05-17 09:49:47 +02:00
hush-psubst hush: fix var=exit 2 not setting $? to 2 2010-05-20 14:27:09 +02:00
hush-read hush: use ash's read builtin 2010-01-12 23:29:57 +01:00
hush-trap ash: fix $! value when traps are set 2010-07-25 13:07:39 +02:00
hush-vars hush: fix var_bash5.tests failure 2010-09-10 10:17:53 +02:00
hush-z_slow hush: plug a memory leak 2010-01-12 06:47:39 +01:00
.gitignore hush_test: ignore generated files 2009-05-21 17:45:26 -04:00
run-all hust test: complain if busybox binary can't be found 2009-08-12 21:24:29 +02:00