sh: Split off some special behavior into separate regress tests.
[dragonfly.git] / tools / regression / bin / sh / set-e / elif2.0
1 # $FreeBSD: src/tools/regression/bin/sh/set-e/elif2.0,v 1.2 2010/08/16 17:18:08 jilles Exp $
2 set -e
3 if false; then
4         :
5 elif false; false; then
6         :
7 fi