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