aboutsummaryrefslogtreecommitdiffstats
path: root/shell_cmds/sh/tests/set-e/elif2.0
blob: 694b3f0cad5c4ddfe5a81502e24333bc7fbc80e5 (plain) (blame)
1
2
3
4
5
6
7
# $FreeBSD: head/bin/sh/tests/set-e/elif2.0 211399 2010-08-16 17:18:08Z jilles $
set -e
if false; then
	:
elif false; false; then
	:
fi