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