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