summaryrefslogtreecommitdiffstats
path: root/shell_cmds/sh/tests/set-e/or3.1
blob: 29af2c2bfb0d717b73b698c477f279f092ea2daf (plain) (blame)
1
2
3
4
# $FreeBSD: head/bin/sh/tests/set-e/or3.1 149781 2005-09-04 11:59:59Z stefanf $
set -e
false || false
exit 0