hush/shell/msh_test/msh-execution
Denis Vlasenko 447bd66837 msh: fix the case where the file has exec bit but can't be run directly
(run "$SHELL $file" instead)
msh: fix exit codes when command is not found or can't be execed
     (with testcases)
2008-05-30 22:28:32 +00:00
..
exitcode_EACCES.right msh: fix the case where the file has exec bit but can't be run directly 2008-05-30 22:28:32 +00:00
exitcode_EACCES.tests msh: fix the case where the file has exec bit but can't be run directly 2008-05-30 22:28:32 +00:00
exitcode_ENOENT.right msh: fix the case where the file has exec bit but can't be run directly 2008-05-30 22:28:32 +00:00
exitcode_ENOENT.tests msh: fix the case where the file has exec bit but can't be run directly 2008-05-30 22:28:32 +00:00
nested_break.right msh: create testsuite (based on hush one) 2008-03-02 19:57:53 +00:00
nested_break.tests msh: create testsuite (based on hush one) 2008-03-02 19:57:53 +00:00