summaryrefslogtreecommitdiffstats
path: root/bin/sh/tests/set-e/if1.0
blob: 36aa4bdcbcd31a919f913c99e0fa307540d6380f (plain)
1
2
3
4
5
# $FreeBSD$
set -e
if false; then
	:
fi
OpenPOWER on IntegriCloud