summary refs log tree commit diff
path: root/bin/1sh/tests/set-e/until1.0
blob: 281b4617cfddabb2bdb32857409ce53ab47e7bdd (plain) (blame)
1
2
3
4
5
# $FreeBSD: releng/12.1/bin/sh/tests/set-e/until1.0 149781 2005-09-04 11:59:59Z stefanf $
set -e
until false; do
	break
done