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