1# $FreeBSD: stable/12/bin/sh/tests/set-e/semi2.1 149781 2005-09-04 11:59:59Z stefanf $
2set -e
3true; false
4exit 0
5