summaryrefslogtreecommitdiffstats
path: root/shell_cmds/sh/tests/set-e/eval2.1
blob: e396e1ce06f8115795413de50bbba0c5ad5db40c (plain) (blame)
1
2
3
4
# $FreeBSD: head/bin/sh/tests/set-e/eval2.1 193178 2009-05-31 17:23:27Z stefanf $
set -e
eval false
exit 0