xref: /freebsd/bin/sh/tests/set-e/and1.0 (revision 18f21f0355481283ceef0ec10e99554f44c205c2)
1# $FreeBSD$
2set -e
3true && true
4