opnsense-src/tools/regression/bin/sh
Jilles Tjoelker 7b8b6c9c46 sh: Test that . /dev/null returns exit status 0 and does not preserve $?.
Preserving $? may cause problems particularly if set -e is in effect.

It may be useful to preserve the old value of $? in the dot script but this
must not be implemented in such a way that it would break this test.
2011-03-07 23:52:23 +00:00
..
builtins sh: Test that . /dev/null returns exit status 0 and does not preserve $?. 2011-03-07 23:52:23 +00:00
errors sh: Do not try to execute binary files as scripts. 2011-02-05 12:54:59 +00:00
execution sh: Make execution/fork1.0 work even if the basename of ${SH} is not "sh". 2011-02-19 13:22:18 +00:00
expansion sh: Unset some more locale vars in two tests that may cause them to break. 2011-02-18 20:37:09 +00:00
parameters Allow one to regression test 'sh' changes without having to install 2010-10-12 18:20:38 +00:00
parser sh: Add some tests for omitting whitespace whereever possible. 2011-02-20 17:28:58 +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