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