aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/tests/execution/pipefail6.42
blob: 4fbca1b09ad808f9348ca87a6226fac134c31231 (plain) (blame)
1
2
3
4
5

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