xref: /freebsd/bin/sh/tests/set-e/eval2.1 (revision 0761549550dad58bfcc0f227ba6ffa78b4d8c017)
1# $FreeBSD$
2set -e
3eval false
4exit 0
5