index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shell
/
ash_test
Age
Commit message (
Expand
)
Author
2008-05-19
- use EXIT_{SUCCESS,FAILURE}. No object-code changes
Bernhard Reutner-Fischer
2008-04-13
ash: add another testsuite entry ("leaking variables" bug)
Denis Vlasenko
2008-04-12
ash: a bit more complete POSIX subst testsuite entry
Denis Vlasenko
2008-04-12
ash: add testsuite entry for POSIX-mandated ${var#word} ${var##word}
Denis Vlasenko
2008-03-25
ash: support for && and || in [[ expr ]]; add testsuite checks
Denis Vlasenko
2008-03-25
ash: add read -u; fix read -t and read -n; add testsuite entries.
Denis Vlasenko
2008-02-15
ash: handle "A=1 A=2 B=$A; echo $B". closes bug 947.
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
2007-03-20
fix accumulated whitespace and indentation damage
Denis Vlasenko
2007-03-07
clean up accumulated whitespace damage
Denis Vlasenko
2007-03-05
ash: "here document" testcases
Denis Vlasenko
2007-03-05
add ash testcases
Denis Vlasenko
2007-03-05
small ash testsuite, adapted from bash
Denis Vlasenko