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