summaryrefslogtreecommitdiffstats
path: root/bin/sh/tests/set-e/if2.0
blob: 4955408540994b688da3b1af40364fc6768321bb (plain)
1
2
3
4
5
6
7
# $FreeBSD$
set -e
# PR 28852
if true; then
	false && true
fi
exit 0
OpenPOWER on IntegriCloud