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