and4.0   [plain text]


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