Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | shell: sync ash/hush test scripts | Denys Vlasenko | 2023-06-14 | 1 | -4/+17 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | shell/ash_test/run-all: unset locale/language variables | Denys Vlasenko | 2021-09-07 | 1 | -1/+10 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | ash: support testsuite for !FEATURE_SUID_CONFIG_QUIET configs | Denys Vlasenko | 2021-09-07 | 1 | -1/+2 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | ash: add all hush parsing tests to ast tests | Denys Vlasenko | 2017-07-24 | 1 | -4/+18 |
| | | | | | | All pass. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | shell: syncronize ash_test/run-all and hush_test/run-all a bit | Denys Vlasenko | 2017-07-06 | 1 | -48/+54 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | msh: delete this applet | Denys Vlasenko | 2017-07-03 | 1 | -3/+3 |
| | | | | | | It's deprecated since 2009 and interferes with make_single_applets.sh tests. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | ash tests: make test print test name before it is run | Denys Vlasenko | 2015-10-29 | 1 | -2/+4 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | ash: fix . builtin | Denys Vlasenko | 2009-06-14 | 1 | -1/+1 |
| | | | | | | Also, move [[ ]] comment to test.c and expand it Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | ash: fix a bug where redirection fds were not closed afterwards. | Denis Vlasenko | 2008-07-24 | 1 | -2/+2 |
| | | | | | | | | | | | | | 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 | ||||
* | ash testsuite: modify it so that it can run hush and msh tests | Denis Vlasenko | 2008-06-05 | 1 | -3/+11 |
| | |||||
* | ash: handle "A=1 A=2 B=$A; echo $B". closes bug 947. | Denis Vlasenko | 2008-02-15 | 1 | -1/+1 |
| | |||||
* | ash: add a testcase for recently fixed signal bug | Denis Vlasenko | 2008-02-13 | 1 | -1/+5 |
| | |||||
* | fix accumulated whitespace and indentation damage | Denis Vlasenko | 2007-03-20 | 1 | -1/+1 |
| | |||||
* | small ash testsuite, adapted from bash | Denis Vlasenko | 2007-03-05 | 1 | -0/+62 |
(only a small part of it, actually) |