xref: /dflybsd-src/tools/regression/bin/sh/execution/pipefail7.0 (revision 6f5ec8b51c959914fd0128aa84612579c0400168)
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