summaryrefslogtreecommitdiff
path: root/corebinutils/sh/tests/set-e/elif1.0
blob: 5f438bab1c84845d1ef467db2753bb334c9e3958 (plain)
1
2
3
4
5
6
set -e
if false; then
	:
elif false; then
	:
fi