aboutsummaryrefslogtreecommitdiff
path: root/shell/msh_test (follow)
Commit message (Collapse)AuthorAgeFilesLines
* whitespace fixesDenys Vlasenko2010-01-251-9/+9
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* msh testsuite: fix false positive, tweak run striptDenis Vlasenko2009-03-212-3/+3
|
* msh: fix "while...continue" bug 3884.Denis Vlasenko2008-07-202-0/+16
|
* msh: fix ENOENT testcaseDenis Vlasenko2008-06-012-2/+2
|
* msh: fix the case where the file has exec bit but can't be run directlyDenis Vlasenko2008-05-304-0/+8
| | | | | | | (run "$SHELL $file" instead) msh: fix exit codes when command is not found or can't be execed (with testcases)
* msh: create testsuite (based on hush one)Denis Vlasenko2008-03-0241-12/+315
| | | | | hush: add TODO (doesn't know ":" command)
* msh: fix for bug 846 ("break" didn't work second time)Denis Vlasenko2008-03-011-0/+29
msh: don't use floating point in "times" builtin +4 bytes difference