aboutsummaryrefslogtreecommitdiff
path: root/shell/ash_test/run-all (follow)
Commit message (Collapse)AuthorAgeFilesLines
* shell: sync ash/hush test scriptsDenys Vlasenko2023-06-141-4/+17
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* shell/ash_test/run-all: unset locale/language variablesDenys Vlasenko2021-09-071-1/+10
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* ash: support testsuite for !FEATURE_SUID_CONFIG_QUIET configsDenys Vlasenko2021-09-071-1/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* ash: add all hush parsing tests to ast testsDenys Vlasenko2017-07-241-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 bitDenys Vlasenko2017-07-061-48/+54
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* msh: delete this appletDenys Vlasenko2017-07-031-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 runDenys Vlasenko2015-10-291-2/+4
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* ash: fix . builtinDenys Vlasenko2009-06-141-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 Vlasenko2008-07-241-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 testsDenis Vlasenko2008-06-051-3/+11
|
* ash: handle "A=1 A=2 B=$A; echo $B". closes bug 947.Denis Vlasenko2008-02-151-1/+1
|
* ash: add a testcase for recently fixed signal bugDenis Vlasenko2008-02-131-1/+5
|
* fix accumulated whitespace and indentation damageDenis Vlasenko2007-03-201-1/+1
|
* small ash testsuite, adapted from bashDenis Vlasenko2007-03-051-0/+62
(only a small part of it, actually)