summary refs log tree commit diff
path: root/bin/cash/tests/set-e/elif1.0
blob: 2f2200d5639c18a786d44ff229884d8058e350ee (plain) (blame)
1
2
3
4
5
6
7
# $FreeBSD: releng/12.0/bin/sh/tests/set-e/elif1.0 211399 2010-08-16 17:18:08Z jilles $
set -e
if false; then
	:
elif false; then
	:
fi