freebsd-dev/bin/sh/tests
Jilles Tjoelker 5dff1efc27 sh: Fix corruption of CTL* bytes in positional parameters in redirection.
EXP_REDIR was not being checked for while expanding positional parameters in
redirection, so CTL* bytes were not being prefixed where they should be.

MFC after:	1 week
2014-10-31 22:28:10 +00:00
..
builtins sh: Make getopts memory-safe if with changing arguments. 2014-10-26 17:50:33 +00:00
errors sh: Don't hardcode relative paths in the tests stderr files. 2014-08-17 14:26:12 +00:00
execution Convert bin/sh/tests to ATF 2014-08-13 04:14:50 +00:00
expansion sh: Fix corruption of CTL* bytes in positional parameters in redirection. 2014-10-31 22:28:10 +00:00
parameters Treat IFS separators in "$*" as quoted. 2014-10-28 22:14:31 +00:00
parser sh: Allow backslash-newline continuation in more places: 2014-10-19 11:59:15 +00:00
set-e Convert bin/sh/tests to ATF 2014-08-13 04:14:50 +00:00
functional_test.sh sh: Don't hardcode relative paths in the tests stderr files. 2014-08-17 14:26:12 +00:00
Makefile Convert bin/sh/tests to ATF 2014-08-13 04:14:50 +00:00