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