freebsd-dev/tools/regression/bin/sh
Jilles Tjoelker 06842f4c3e sh: Add test for exit status of for loop without items.
POSIX says the exit status of a for loop without any items shall be 0. There
are no exceptions if the exit status of the previous command was not 0 or if
the item list contains a command substitution with non-zero exit status.
2011-10-28 23:02:21 +00:00
..
builtins sh: Add test for exit status of for loop without items. 2011-10-28 23:02:21 +00:00
errors sh: Detect an error for ${#var<GARBAGE>}. 2011-05-04 21:49:34 +00:00
execution sh: Add test for r223282. 2011-06-19 00:00:36 +00:00
expansion sh: Reduce unnecessary forks with eval. 2011-06-16 21:50:28 +00:00
parameters sh: Do parameter expansion on ENV before using it. 2011-06-10 22:42:00 +00:00
parser sh: Add a test for a fairly obscure case with aliases. 2011-07-16 16:14:14 +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