aboutsummaryrefslogtreecommitdiffstats
path: root/shell_cmds/sh/tests/set-e/and2.1
blob: 2067f10e1a7a038795428c67471687476c0311a3 (plain) (blame)
1
2
3
4
# $FreeBSD: head/bin/sh/tests/set-e/and2.1 149781 2005-09-04 11:59:59Z stefanf $
set -e
true && false
exit 0