diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-07-07 22:07:28 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-07-07 22:07:28 +0200 |
commit | 2db74610cdf8ffb4f9ed99b62c755377d3cc48ea (patch) | |
tree | 6835b5b3e84d3d9c5b511053df692db8bfab8792 /shell/hush_test | |
parent | 69a5ec9dccfd183cdf6bee7b994336670755cd47 (diff) | |
download | busybox-w32-2db74610cdf8ffb4f9ed99b62c755377d3cc48ea.tar.gz busybox-w32-2db74610cdf8ffb4f9ed99b62c755377d3cc48ea.tar.bz2 busybox-w32-2db74610cdf8ffb4f9ed99b62c755377d3cc48ea.zip |
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>
Diffstat (limited to 'shell/hush_test')
-rw-r--r-- | shell/hush_test/hush-redir/redir3.right | 3 | ||||
-rw-r--r-- | shell/hush_test/hush-redir/redir_to_bad_fd.right | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/shell/hush_test/hush-redir/redir3.right b/shell/hush_test/hush-redir/redir3.right index fd641a8ea..e3c878b7d 100644 --- a/shell/hush_test/hush-redir/redir3.right +++ b/shell/hush_test/hush-redir/redir3.right | |||
@@ -1,3 +1,2 @@ | |||
1 | TEST | 1 | TEST |
2 | ./redir3.tests: line 4: 9: Bad file descriptor | 2 | hush: can't duplicate file descriptor: Bad file descriptor |
3 | Output to fd#9: 1 | ||
diff --git a/shell/hush_test/hush-redir/redir_to_bad_fd.right b/shell/hush_test/hush-redir/redir_to_bad_fd.right index 43b8af293..936911ce5 100644 --- a/shell/hush_test/hush-redir/redir_to_bad_fd.right +++ b/shell/hush_test/hush-redir/redir_to_bad_fd.right | |||
@@ -1,2 +1 @@ | |||
1 | ./redir_to_bad_fd.tests: line 2: 10: Bad file descriptor | hush: can't duplicate file descriptor: Bad file descriptor | |
2 | OK | ||