Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-24 | ash: add all hush parsing tests to ast tests | Denys Vlasenko | |
All pass. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2017-07-06 | shell: syncronize ash_test/run-all and hush_test/run-all a bit | Denys Vlasenko | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2017-07-03 | msh: delete this applet | Denys Vlasenko | |
It's deprecated since 2009 and interferes with make_single_applets.sh tests. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2015-10-29 | ash tests: make test print test name before it is run | Denys Vlasenko | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2009-06-14 | ash: fix . builtin | Denys Vlasenko | |
Also, move [[ ]] comment to test.c and expand it Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2008-07-24 | ash: fix a bug where redirection fds were not closed afterwards. | Denis Vlasenko | |
optimize close+fcntl(DUPFD) into dup2. add testsuites. function old new delta copyfd 47 68 +21 argstr 1311 1298 -13 popredir 148 131 -17 redirect 1139 1107 -32 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 1/3 up/down: 21/-62) Total: -41 bytes | |||
2008-06-05 | ash testsuite: modify it so that it can run hush and msh tests | Denis Vlasenko | |
2008-02-15 | ash: handle "A=1 A=2 B=$A; echo $B". closes bug 947. | Denis Vlasenko | |
2008-02-13 | ash: add a testcase for recently fixed signal bug | Denis Vlasenko | |
2007-03-20 | fix accumulated whitespace and indentation damage | Denis Vlasenko | |
2007-03-05 | small ash testsuite, adapted from bash | Denis Vlasenko | |
(only a small part of it, actually) |