busybox/shell/hush_test/hush-redir
Denys Vlasenko 2db74610cd hush: fix two redirection testcase failures
function                                             old     new   delta
save_fds_on_redirect                                 183     256     +73
fcntl_F_DUPFD                                          -      46     +46
restore_redirects                                     74      96     +22
xdup_and_close                                        51      72     +21
setup_redirects                                      196     200      +4
hush_main                                            988     983      -5
static.C                                              12       -     -12
run_pipe                                            1595    1551     -44
------------------------------------------------------------------------------
(add/remove: 1/1 grow/shrink: 4/2 up/down: 166/-61)           Total: 105 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2017-07-07 22:07:28 +02:00
..
redir1.right
redir1.tests
redir2.right
redir2.tests
redir3.right hush: fix two redirection testcase failures 2017-07-07 22:07:28 +02:00
redir3.tests hush: add a TODO about redir3.tests failure 2017-07-06 20:57:37 +02:00
redir4.right
redir4.tests
redir5.right
redir5.tests
redir6.right
redir6.tests
redir7.right
redir7.tests
redir8.right
redir8.tests
redir9.right
redir9.tests
redir_errors.right hush: rename hush-redir/redir3.tests (ash has redir3.tests which id different) 2017-07-06 20:36:40 +02:00
redir_errors.tests hush: rename hush-redir/redir3.tests (ash has redir3.tests which id different) 2017-07-06 20:36:40 +02:00
redir_escapednum.right
redir_escapednum.tests
redir_expand.right
redir_expand.tests
redir_leak.right ash: fix open fds leaking in redirects. Closes 9561 2017-01-07 10:16:56 +01:00
redir_leak.tests ash: fix open fds leaking in redirects. Closes 9561 2017-01-07 10:16:56 +01:00
redir_multi.right
redir_multi.tests
redir_script.right
redir_script.tests
redir_space.right
redir_space.tests
redir_to_bad_fd.right hush: fix two redirection testcase failures 2017-07-07 22:07:28 +02:00
redir_to_bad_fd.tests shell: sync redir/* tests 2017-07-06 21:01:50 +02:00
redirA.right
redirA.tests