1# $FreeBSD: head/bin/sh/tests/execution/pipefail7.0 344502 2019-02-24 21:05:13Z jilles $
2
3(exit 42) | : &
4set -o pipefail
5wait %+
6