Add regression tests for /bin/sh.
[dragonfly.git] / tools / regression / bin / sh / set-e / if3.0
1 # $FreeBSD: src/tools/regression/bin/sh/set-e/if3.0,v 1.3 2010/08/16 17:18:08 jilles Exp $
2 set -e
3 if false; false; then
4         :
5 fi