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