hush/shell/hush_test
Denys Vlasenko acdc49c073 hush: add more complex case to leak testcase, fix found breakage
function                                             old     new   delta
unset_local_var_len                                    -     167    +167
run_list                                            2350    2457    +107
set_vars_and_save_old                                  -      87     +87
free_pipe                                            207     227     +20
builtin_unset                                        220     229      +9
builtin_exit                                          49      47      -2
free_strings_and_unset                                53       -     -53
set_vars_all_and_save_old                             87       -     -87
unset_local_var                                      168       -    -168
------------------------------------------------------------------------------
(add/remove: 2/3 grow/shrink: 3/1 up/down: 390/-310)           Total: 80 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2009-05-04 01:58:10 +02:00
..
hush-arith hush: fix SEGV in % expansion 2009-04-26 11:25:19 +00:00
hush-bugs hush: fix bug where in "var=val func" var's value is not visible in func 2009-05-04 00:14:30 +02: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 bug where in "var=val func" var's value is not visible in func 2009-05-04 00:14:30 +02:00
hush-parsing hush: fix \<newline> handling 2009-05-03 02:15:18 +02:00
hush-psubst skip some tests when fancy echo support is turned off 2009-04-09 07:50:18 +00:00
hush-trap hush: fix "export not_yet_defined_var", fix parsing of "cmd | }" 2009-04-19 23:07:51 +00:00
hush-vars hush: make getopt32 usable in builtins. use it in unset. 2009-04-26 23:22:40 +00:00
hush-z_slow hush: add more complex case to leak testcase, fix found breakage 2009-05-04 01:58:10 +02:00
run-all source the .config so tests can signal they need to be skipped due to feature disable 2009-04-09 07:49:43 +00:00