aboutsummaryrefslogtreecommitdiff
path: root/shell/msh_test/msh-execution
AgeCommit message (Collapse)Author
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)