xref: /freebsd/bin/sh/tests/set-e/elif1.0 (revision f29af8618bf94f1e58877feb6dbef35bd8bbf56b)
1set -e
2if false; then
3	:
4elif false; then
5	:
6fi
7