freebsd-dev/tools/regression/bin/sh/set-e/and3.0
2005-09-04 11:59:59 +00:00

5 lines
40 B
Plaintext

# $FreeBSD$
set -e
false && true
exit 0