# $FreeBSD: stable/9/tools/regression/bin/sh/set-e/subshell2.1 149781 2005-09-04 11:59:59Z stefanf $
set -e
(false)
exit 0
