freebsd-skq/tools/regression/bin/sh
Jilles Tjoelker 29d401c22d sh: Do not run callers' exception handlers in subshells.
Reset the exception handler in the child to main's.

This avoids inappropriate double cleanups or shell duplication when the
exception is caught, such as 'fc' and future 'command eval' and 'command .'.
2009-12-25 20:21:35 +00:00
..
builtins sh: Do not run callers' exception handlers in subshells. 2009-12-25 20:21:35 +00:00
errors Disable job control when running 'sh -i' in the testsuite. 2009-11-29 22:58:10 +00:00
execution Fix some cases where file descriptors from redirections leak to programs. 2009-11-29 22:33:59 +00:00
expansion sh: Exempt $@ and $* from set -u 2009-10-24 21:20:04 +00:00
parameters Add a test for r185231. 2008-11-23 20:27:03 +00:00
parser sh: Test ;<newline> as well as ; in the 'for' parser test. 2009-12-06 23:31:23 +00:00
set-e Add tests for r193169. 2009-05-31 17:23:27 +00:00
Makefile
regress.sh
regress.t