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