1# $FreeBSD: stable/11/bin/sh/tests/execution/pipefail7.0 345561 2019-03-26 22:34:07Z jilles $
2
3(exit 42) | : &
4set -o pipefail
5wait %+
6