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

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