aboutsummaryrefslogtreecommitdiffstats
path: root/shell_cmds/sh/tests/set-e/while1.0
blob: 6d7fe0a7d1291c02e234f85f600c09b41478dc72 (plain) (blame)
1
2
3
4
5
# $FreeBSD: head/bin/sh/tests/set-e/while1.0 211399 2010-08-16 17:18:08Z jilles $
set -e
while false; do
	:
done