aboutsummaryrefslogtreecommitdiff
path: root/shell/ash_test/ash-redir (follow)
Commit message (Expand)AuthorAgeFilesLines
* hush: do not exit interactive shell on some redirection errorsDenys Vlasenko2024-07-131-1/+0
* hush: fix "exec 3>FILE" aborting if 3 is exactly the next free fdDenys Vlasenko2024-07-135-3/+18
* ash: eval: Fail immediately with redirections errors for simple commandDenys Vlasenko2020-02-201-1/+0
* hush: restore redirected stdinDenys Vlasenko2019-11-012-0/+10
* hush: fix nested redirects colliding with script fdsDenys Vlasenko2018-07-241-0/+4
* hush: do not drop backslash from eval 'echo ok\'Denys Vlasenko2018-04-111-1/+1
* hush: fix corner cases with exec in empty expansionsDenys Vlasenko2018-04-052-0/+4
* 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/+17
* shell: sync redir/* testsDenys Vlasenko2017-07-062-0/+17
* ash: rename redir5.tests (hush has redir5.tests which is different)Denys Vlasenko2017-07-063-2/+2
* 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-026-0/+115
* sh testsuite: create hush-redir/* and move files aroundDenys Vlasenko2016-10-026-0/+91
* ash testsuite: remove two more inadvertent bashismsDenys Vlasenko2016-10-012-7/+7
* ash: fix a bug in >${varexp} handling. Closes 5282Denys Vlasenko2012-06-092-0/+13
* echo: do not retry on write errorsDenys Vlasenko2011-02-071-0/+1
* ash: add a testcase for bug 2281 (currently fails). Small code cleanups.Denys Vlasenko2010-08-051-0/+0
* ash: <> redir should not truncateAndreas Bühmann2010-06-242-0/+6
* ash: fix testsuite false positivesDenys Vlasenko2010-05-183-3/+3
* add a testcase for reopened bug 585 (not fixed yet)Denys Vlasenko2009-09-163-1/+21
* ash: add testsuite for bug 585Denys Vlasenko2009-08-292-0/+13
* ash: fix "(cat < file)" hang introduced by rev 22944.Denis Vlasenko2008-08-162-0/+5
* ash: testsuite entries for last changeDenis Vlasenko2008-07-252-0/+5
* ash: prevent exec NN>&- from closing fd used for script readingDenis Vlasenko2008-07-242-0/+73
* ash: fix a bug where redirection fds were not closed afterwards.Denis Vlasenko2008-07-244-0/+14
* reinstate redir.tests with correct permsDenis Vlasenko2008-02-131-0/+6
* ash: add a testcase for recently fixed signal bugDenis Vlasenko2008-02-131-6/+0
* ash: fix bug where redirection of closed fd was leaving it open afterwards.Denis Vlasenko2007-11-222-0/+7