index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shell
/
ash_test
/
ash-redir
Age
Commit message (
Expand
)
Author
2018-03-28
ash,hush: fix "saved" redirected fds still visible in children
Denys Vlasenko
2017-07-31
ash: significant overhaul of redirect saving logic
Denys Vlasenko
2017-07-06
shell: sync redir/* tests
Denys Vlasenko
2017-07-06
ash: rename redir5.tests (hush has redir5.tests which is different)
Denys Vlasenko
2017-01-07
ash: fix open fds leaking in redirects. Closes 9561
Denys Vlasenko
2016-10-02
sh testsuite: sync ash-redir/ and hush-redir/
Denys Vlasenko
2016-10-02
sh testsuite: create hush-redir/* and move files around
Denys Vlasenko
2016-10-01
ash testsuite: remove two more inadvertent bashisms
Denys Vlasenko
2012-06-09
ash: fix a bug in >${varexp} handling. Closes 5282
Denys Vlasenko
2011-02-07
echo: do not retry on write errors
Denys Vlasenko
2010-08-05
ash: add a testcase for bug 2281 (currently fails). Small code cleanups.
Denys Vlasenko
2010-06-24
ash: <> redir should not truncate
Andreas Bühmann
2010-05-18
ash: fix testsuite false positives
Denys Vlasenko
2009-09-16
add a testcase for reopened bug 585 (not fixed yet)
Denys Vlasenko
2009-08-29
ash: add testsuite for bug 585
Denys Vlasenko
2008-08-16
ash: fix "(cat < file)" hang introduced by rev 22944.
Denis Vlasenko
2008-07-25
ash: testsuite entries for last change
Denis Vlasenko
2008-07-24
ash: prevent exec NN>&- from closing fd used for script reading
Denis Vlasenko
2008-07-24
ash: fix a bug where redirection fds were not closed afterwards.
Denis Vlasenko
2008-02-13
reinstate redir.tests with correct perms
Denis Vlasenko
2008-02-13
ash: add a testcase for recently fixed signal bug
Denis Vlasenko
2007-11-22
ash: fix bug where redirection of closed fd was leaving it open afterwards.
Denis Vlasenko