History log of /freebsd-9.3-release/tools/regression/bin/sh/set-e/
Revision Date Author Comments
267654 20-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


225736 23-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


211399 16-Aug-2010 jilles

sh: Get rid of unnecessary non-standard empty lists.

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.


193178 31-May-2009 stefanf

Add tests for r193169.


149791 05-Sep-2005 stefanf

- Add tests for hash and return and more tests for set -e.
- Simplify regress.sh, sort tests.


149788 04-Sep-2005 stefanf

Simplify and add PR 77067 which addresses the same bug.


149785 04-Sep-2005 stefanf

Fix syntax error that crept in somehow.


149781 04-Sep-2005 stefanf

Add a couple of regression tests for /bin/sh.