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