]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - bin/sh/tests/execution/pipefail4.42
Merge ^/vendor/compiler-rt/dist up to its last change, and resolve conflicts.
[FreeBSD/FreeBSD.git] / bin / sh / tests / execution / pipefail4.42
1 # $FreeBSD$
2
3 set -o pipefail
4 (exit 43) | (exit 42)