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