elif1.0   [plain text]


# $FreeBSD: head/bin/sh/tests/set-e/elif1.0 211399 2010-08-16 17:18:08Z jilles $
set -e
if false; then
	:
elif false; then
	:
fi