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