xref: /freebsd/bin/sh/tests/builtins/eval2.0 (revision 069ac184)
1
2eval '
3false
4
5' && exit 1
6exit 0
7