opnsense-src/tools/regression/bin/sh
Jilles Tjoelker d70ad6f2d0 sh: Recognize "--" and explicitly reject options in wait builtin.
If syntactically invalid job identifiers are to be taken as jobs that exited
with status 127, this should not apply to options, so that we can add
options later if need be.
2013-03-15 20:29:31 +00:00
..
builtins sh: Recognize "--" and explicitly reject options in wait builtin. 2013-03-15 20:29:31 +00:00
errors sh: Detect and flag write errors on stdout in builtins. 2012-12-12 22:01:10 +00:00
execution sh: Add some testcases related to subshells. 2013-01-13 19:39:13 +00:00
expansion sh: Pass $? to command substitution containing compound/multiple commands. 2013-01-14 12:20:55 +00:00
parameters sh: Add some testcases for pasting $*/$@ directly to a literal. 2011-12-25 13:24:48 +00:00
parser sh: Fix crash when parsing '{ } &'. 2013-01-13 19:26:33 +00:00
set-e sh: Get rid of unnecessary non-standard empty lists. 2010-08-16 17:18:08 +00:00
Makefile Allow one to regression test 'sh' changes without having to install 2010-10-12 18:20:38 +00:00
regress.sh sh: Do not use "local" in the test runner as POSIX and ksh93 do not have it. 2011-02-19 13:23:13 +00:00
regress.t sh: Allow running 'prove' from tools/regression/bin/sh again 2010-10-15 20:01:35 +00:00