commit | 447bd6683729eb6d0f09e30eb68add6297881d01 | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Fri May 30 22:28:32 2008 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Fri May 30 22:28:32 2008 +0000 |
tree | 778c20dc4b7f7f176ea43934d8fca9ac3056f5cc | |
parent | f9a07841441e63a96d1a416f68ee2eeb78bface0 [diff] [blame] |
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)
diff --git a/shell/msh_test/msh-execution/exitcode_ENOENT.right b/shell/msh_test/msh-execution/exitcode_ENOENT.right new file mode 100644 index 0000000..e2bad05 --- /dev/null +++ b/shell/msh_test/msh-execution/exitcode_ENOENT.right
@@ -0,0 +1,2 @@ +./does_exist_for_sure: not found +127