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