aboutsummaryrefslogtreecommitdiffstats
path: root/shell_cmds/sh/tests/set-e/if1.0
blob: 5697e2fdb1d2557f13fe02e5dd1f28bfa51e0bef (plain) (blame)
1
2
3
4
5
# $FreeBSD: head/bin/sh/tests/set-e/if1.0 211399 2010-08-16 17:18:08Z jilles $
set -e
if false; then
	:
fi