aboutsummaryrefslogtreecommitdiffstats
path: root/shell_cmds/sh/tests/set-e/until2.0
blob: d19a7408ca8d6e691a09702b717b2401e65ee121 (plain) (blame)
1
2
3
4
5
# $FreeBSD: head/bin/sh/tests/set-e/until2.0 149781 2005-09-04 11:59:59Z stefanf $
set -e
until false; false; do
	break
done