freebsd-nq/bin/sh/tests
Jilles Tjoelker dcd95d8a01 sh: Rework code to remove '\0' from shell input.
This fixes bugs where '\0' was not removed correctly and speeds up the
parser.
2016-02-19 21:53:12 +00:00
..
builtins sh: Clean a readonly local, even if the variable does not exist outside. 2016-01-22 20:10:08 +00:00
errors sh: Don't create bad parse result when postponing a bad substitution error. 2015-08-23 20:44:53 +00:00
execution
expansion sh: Add tests for #/##/%/%% on $* and $@. 2015-12-26 22:27:48 +00:00
parameters sh: Add limited test for ${#@} and ${#*}. 2015-12-06 14:09:31 +00:00
parser sh: Rework code to remove '\0' from shell input. 2016-02-19 21:53:12 +00:00
set-e
functional_test.sh
Makefile Test directories can build in parallel fine. 2016-02-16 02:13:59 +00:00