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