aboutsummaryrefslogtreecommitdiff
path: root/shell/msh_test/msh-execution/exitcode_ENOENT.tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* msh: fix ENOENT testcaseDenis Vlasenko2008-06-011-1/+1
|
* msh: fix the case where the file has exec bit but can't be run directlyDenis Vlasenko2008-05-301-0/+2
(run "$SHELL $file" instead) msh: fix exit codes when command is not found or can't be execed (with testcases)