NetBSD/tests/bin/sh
ast 83d9b54597 Fix PR bin/48202 [non-critical/low]:
sh +nounset and `for X; do` iteration fails if parameter set empty
by applying and testing FreeBSD's patch of Oct 24 2009 for this; see
  http://svnweb.freebsd.org/base/head/bin/sh/expand.c?r1=198453&r2=198454
Also created an ATF test in tests/bin/sh/t_expand.sh for this error and
corrected a space->tabs problem there as well.
2013-10-06 21:05:50 +00:00
..
Makefile New testcase to check limits flags for ulimit builtin. 2012-06-11 18:32:59 +00:00
t_compexit.sh
t_evaltested.sh
t_exit.sh Although this does not fail, add a case for the discussion in PR bin/46327. 2012-04-13 06:12:32 +00:00
t_expand.sh Fix PR bin/48202 [non-critical/low]: 2013-10-06 21:05:50 +00:00
t_fsplit.sh
t_here.sh
t_set_e.sh
t_ulimit.sh New testcase to check limits flags for ulimit builtin. 2012-06-11 18:32:59 +00:00
t_varquote.sh PR/43597 was fixed 2012-03-25 18:50:19 +00:00
t_wait.sh