xref: /freebsd/bin/sh/tests/execution/pipefail7.0 (revision 298b8f1cf0f45f65573d8cf5efd78cfccb44790a)
1
2(exit 42) | : &
3set -o pipefail
4wait %+
5