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