aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/tests/set-e/semi1.1
blob: 90476a98f1ecd20dedaef97b23a3e2f3e10afbe7 (plain) (blame)
1
2
3
4
# $FreeBSD$
set -e
false; true
exit 0