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