aboutsummaryrefslogtreecommitdiff
path: root/shell/ash_test/ash-redir
AgeCommit message (Expand)Author
2020-02-20ash: eval: Fail immediately with redirections errors for simple commandDenys Vlasenko
2019-11-01hush: restore redirected stdinDenys Vlasenko
2018-07-24hush: fix nested redirects colliding with script fdsDenys Vlasenko
2018-04-11hush: do not drop backslash from eval 'echo ok\'Denys Vlasenko
2018-04-05hush: fix corner cases with exec in empty expansionsDenys Vlasenko
2018-03-28ash,hush: fix "saved" redirected fds still visible in childrenDenys Vlasenko
2017-07-31ash: significant overhaul of redirect saving logicDenys Vlasenko
2017-07-06shell: sync redir/* testsDenys Vlasenko
2017-07-06ash: rename redir5.tests (hush has redir5.tests which is different)Denys Vlasenko
2017-01-07ash: fix open fds leaking in redirects. Closes 9561Denys Vlasenko
2016-10-02sh testsuite: sync ash-redir/ and hush-redir/Denys Vlasenko
2016-10-02sh testsuite: create hush-redir/* and move files aroundDenys Vlasenko
2016-10-01ash testsuite: remove two more inadvertent bashismsDenys Vlasenko
2012-06-09ash: fix a bug in >${varexp} handling. Closes 5282Denys Vlasenko
2011-02-07echo: do not retry on write errorsDenys Vlasenko
2010-08-05ash: add a testcase for bug 2281 (currently fails). Small code cleanups.Denys Vlasenko
2010-06-24ash: <> redir should not truncateAndreas Bühmann
2010-05-18ash: fix testsuite false positivesDenys Vlasenko
2009-09-16add a testcase for reopened bug 585 (not fixed yet)Denys Vlasenko
2009-08-29ash: add testsuite for bug 585Denys Vlasenko
2008-08-16ash: fix "(cat < file)" hang introduced by rev 22944.Denis Vlasenko
2008-07-25ash: testsuite entries for last changeDenis Vlasenko
2008-07-24ash: prevent exec NN>&- from closing fd used for script readingDenis Vlasenko
2008-07-24ash: fix a bug where redirection fds were not closed afterwards.Denis Vlasenko
2008-02-13reinstate redir.tests with correct permsDenis Vlasenko
2008-02-13ash: add a testcase for recently fixed signal bugDenis Vlasenko
2007-11-22ash: fix bug where redirection of closed fd was leaving it open afterwards.Denis Vlasenko