From 2db74610cdf8ffb4f9ed99b62c755377d3cc48ea Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 7 Jul 2017 22:07:28 +0200 Subject: 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 --- shell/hush_test/hush-redir/redir3.right | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'shell/hush_test/hush-redir/redir3.right') 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 @@ TEST -./redir3.tests: line 4: 9: Bad file descriptor -Output to fd#9: 1 +hush: can't duplicate file descriptor: Bad file descriptor -- cgit v1.2.3