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