xref: /freebsd/bin/sh/tests/execution/pipefail7.0 (revision d15cc7625dde9bcb6a63ee59cccf14f3b93b15bf)
1
2(exit 42) | : &
3set -o pipefail
4wait %+
5