freebsd-dev/tools/regression/bin/sh
Jilles Tjoelker 640b70e414 sh: Send the "xyz: not found" message to redirected fd 2.
This also fixes that trying to execute a non-regular file with a command
name without '/' returns 127 instead of 126.
The fix is rather simplistic: treat CMDUNKNOWN as if the command were found
as an external program. The resulting fork is a bit wasteful but executing
unknown commands should not be very frequent.

PR:		bin/137659
2009-10-06 22:00:14 +00:00
..
builtins Add some tests for a fixed bug in an uncommitted patch. 2009-08-27 22:23:23 +00:00
errors sh: Disallow mismatched quotes in backticks (...). 2009-10-01 21:40:08 +00:00
execution sh: Send the "xyz: not found" message to redirected fd 2. 2009-10-06 22:00:14 +00:00
expansion Add some tests for r194975 and r194977. 2009-06-25 17:36:08 +00:00
parameters Add a test for r185231. 2008-11-23 20:27:03 +00:00
parser Add a test for r191009. 2009-04-13 19:12:28 +00:00
set-e Add tests for r193169. 2009-05-31 17:23:27 +00:00
Makefile
regress.sh Add test cases for the command built-in, including its -v and -V options which 2005-10-28 14:02:42 +00:00
regress.t