semi2.1   [plain text]


# $FreeBSD: head/bin/sh/tests/set-e/semi2.1 149781 2005-09-04 11:59:59Z stefanf $
set -e
true; false
exit 0