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