summaryrefslogtreecommitdiffstats
path: root/bin/sh/tests/set-e/elif1.0
blob: 6a5937d496ae5f425288f80ac4f90f298600d97a (plain)
1
2
3
4
5
6
7
# $FreeBSD$
set -e
if false; then
	:
elif false; then
	:
fi
OpenPOWER on IntegriCloud