xref: /freebsd/bin/sh/tests/execution/pipefail2.42 (revision ff2bc641599a7845f597ad02ccfc98c5467fa948)
1
2set -o pipefail
3(exit 42) | :
4