aboutsummaryrefslogtreecommitdiff
path: root/tools/regression/bin/sh/set-e
Commit message (Collapse)AuthorAgeFilesLines
* Migrate tools/regression/bin/ tests to the new layout.Julio Merino2013-12-1135-175/+0
| | | | | | | | | | | | | | | | | | | | | | | This change is a proof of concept on how to easily integrate existing tests from the tools/regression/ hierarchy into the /usr/tests/ test suite and on how to adapt them to the new layout for src. To achieve these goals, this change: - Moves tests from tools/regression/bin/<tool>/ to bin/<tool>/tests/. - Renames the previous regress.sh files to legacy_test.sh. - Adds Makefiles to build and install the tests and all their supporting data files into /usr/tests/bin/. - Plugs the legacy_test test programs into the test suite using the new TAP backend for Kyua (appearing in 0.8) so that the code of the test programs does not have to change. - Registers the new directories in the BSD.test.dist mtree file. Reviewed by: freebsd-testing Approved by: rpaulo (mentor) Notes: svn path=/head/; revision=259210
* sh: Get rid of unnecessary non-standard empty lists.Jilles Tjoelker2010-08-166-0/+8
| | | | | | | | | | | POSIX does not allow constructs like: if cmd; then fi { } Add a colon dummy command, except in a test that verifies that such empty lists do not cause crashes when used as a function definition. Notes: svn path=/head/; revision=211399
* Add tests for r193169.Stefan Farfeleder2009-05-313-0/+8
| | | | Notes: svn path=/head/; revision=193178
* - Add tests for hash and return and more tests for set -e.Stefan Farfeleder2005-09-055-0/+41
| | | | | | | - Simplify regress.sh, sort tests. Notes: svn path=/head/; revision=149791
* Simplify and add PR 77067 which addresses the same bug.Stefan Farfeleder2005-09-041-3/+3
| | | | Notes: svn path=/head/; revision=149788
* Fix syntax error that crept in somehow.Stefan Farfeleder2005-09-041-1/+1
| | | | Notes: svn path=/head/; revision=149785
* Add a couple of regression tests for /bin/sh.Stefan Farfeleder2005-09-0428-0/+118
Notes: svn path=/head/; revision=149781