aboutsummaryrefslogtreecommitdiffstats
path: root/shell_cmds/sh/tests/set-e/func1.0
blob: c76d689fadb5bde9be3e84b0cfe013866707f09f (plain) (blame)
1
2
3
4
5
6
7
# $FreeBSD: head/bin/sh/tests/set-e/func1.0 149791 2005-09-05 09:42:10Z stefanf $
set -e
f() {
	false
	true
}
f || true