aboutsummaryrefslogtreecommitdiff
path: root/shell/msh_test
AgeCommit message (Collapse)Author
2010-01-25whitespace fixesDenys Vlasenko
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2009-03-21msh testsuite: fix false positive, tweak run striptDenis Vlasenko
2008-07-20msh: fix "while...continue" bug 3884.Denis Vlasenko
2008-06-01msh: fix ENOENT testcaseDenis Vlasenko
2008-05-30msh: fix the case where the file has exec bit but can't be run directlyDenis Vlasenko
(run "$SHELL $file" instead) msh: fix exit codes when command is not found or can't be execed (with testcases)
2008-03-02msh: create testsuite (based on hush one)Denis Vlasenko
hush: add TODO (doesn't know ":" command)
2008-03-01msh: fix for bug 846 ("break" didn't work second time)Denis Vlasenko
msh: don't use floating point in "times" builtin +4 bytes difference