aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-redir (follow)
Commit message (Expand)AuthorAgeFilesLines
* hush: do not exit interactive shell on some redirection errorsDenys Vlasenko2024-07-135-5/+8
* hush: fix "exec 3>FILE" aborting if 3 is exactly the next free fdDenys Vlasenko2024-07-132-0/+15
* hush: restore redirected stdinDenys Vlasenko2019-11-012-0/+10
* hush: fix nested redirects colliding with script fdsDenys Vlasenko2018-07-241-0/+4
* hush: fix a few more corner cases with empty-expanding `cmds`Denys Vlasenko2018-04-052-0/+30
* hush: fix corner cases with exec in empty expansionsDenys Vlasenko2018-04-052-0/+5
* ash,hush: fix "saved" redirected fds still visible in childrenDenys Vlasenko2018-03-286-0/+33
* ash: significant overhaul of redirect saving logicDenys Vlasenko2017-07-315-2/+15
* hush: fix a case when redirect to a closed fd #1 is not restoring (closing) itDenys Vlasenko2017-07-242-0/+8
* hush: fix two redirection testcase failuresDenys Vlasenko2017-07-072-4/+2
* shell: sync redir/* testsDenys Vlasenko2017-07-062-0/+5
* hush: add a TODO about redir3.tests failureDenys Vlasenko2017-07-062-0/+8
* hush: rename hush-redir/redir3.tests (ash has redir3.tests which id different)Denys Vlasenko2017-07-062-0/+0
* ash: fix open fds leaking in redirects. Closes 9561Denys Vlasenko2017-01-072-0/+16
* sh testsuite: sync ash-redir/ and hush-redir/Denys Vlasenko2016-10-0212-114/+198
* sh testsuite: create hush-redir/* and move files aroundDenys Vlasenko2016-10-0224-0/+298