summaryrefslogtreecommitdiffstats
path: root/bin/sh/tests/set-e/while3.0
blob: dd3c790252366ed523ca95c4650e64756f758387 (plain)
1
2
3
4
5
6
7
8
9
# $FreeBSD$
set -e
f() {
	while true; do
		false
		break
	done
}
f || true
OpenPOWER on IntegriCloud