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