1# $FreeBSD: releng/11.0/bin/sh/tests/set-e/and3.0 149781 2005-09-04 11:59:59Z stefanf $
2set -e
3false && true
4exit 0
5