aboutsummaryrefslogtreecommitdiff
path: root/tools/regression/bin/sh/set-e/and4.0
blob: f89aaa2b73c56d0a25fbb4014a80deb708c2cd5a (plain) (blame)
1
2
3
4
# $FreeBSD: src/tools/regression/bin/sh/set-e/and4.0,v 1.1.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $
set -e
false && false
exit 0