func1.0   [plain text]


# $FreeBSD: head/bin/sh/tests/set-e/func1.0 149791 2005-09-05 09:42:10Z stefanf $
set -e
f() {
	false
	true
}
f || true