busybox/shell/hush_test
Denys Vlasenko 8ee2adab21 echo: do not retry on write errors
function                                             old     new   delta
echo_main                                            297     336     +39
stpcpy                                                 -      22     +22
run_pipe                                            1561    1566      +5
pseudo_exec_argv                                     187     192      +5
hush_exit                                             75      80      +5
------------------------------------------------------------------------------
(add/remove: 3/0 grow/shrink: 4/0 up/down: 98/0)               Total: 76 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2011-02-07 02:03:51 +01:00
..
hush-arith shell/math: deconvolute and explain ?: handling. Give better error message 2010-09-16 11:50:46 +02:00
hush-bugs
hush-glob hush: add brace expansion testcase 2010-10-03 17:07:57 +02:00
hush-leak
hush-misc echo: do not retry on write errors 2011-02-07 02:03:51 +01:00
hush-parsing hush: fix improper handling of newline and hash chars in few corner cases 2010-11-22 17:58:14 +01:00
hush-psubst hush: fix handling of \" in quoted/unquoted cmd 2010-09-12 15:05:39 +02:00
hush-read
hush-trap hush: fix EXIT trap display inside exit trap handler 2010-09-12 15:38:04 +02:00
hush-vars
hush-z_slow
.gitignore
run-all