aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-redir/redir3.right (follow)
Commit message (Collapse)AuthorAgeFilesLines
* hush: fix two redirection testcase failuresDenys Vlasenko2017-07-071-2/+1
| | | | | | | | | | | | | | | | 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>
* hush: add a TODO about redir3.tests failureDenys Vlasenko2017-07-061-0/+3
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* hush: rename hush-redir/redir3.tests (ash has redir3.tests which id different)Denys Vlasenko2017-07-061-14/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* sh testsuite: create hush-redir/* and move files aroundDenys Vlasenko2016-10-021-0/+14
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>