aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/tests/set-e/until1.0
blob: 71ea7f2cf704659d43b48e8278f1c51fd07ffedb (plain) (blame)
1
2
3
4
5
# $FreeBSD$
set -e
until false; do
	break
done