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