aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/tests/execution/pipefail6.42
blob: 7395d8c785a6bf89cf9495a0c9b380dfe66d5fc8 (plain) (blame)
1
2
3
4
5
6
# $FreeBSD$

set -o pipefail
(exit 42) | : &
set +o pipefail
wait %+