summary refs log tree commit diff
path: root/bin/1sh/tests/execution/pipefail6.42
blob: 70d84d7227141d4b9f2e5731f1fcd960920217a3 (plain) (blame)
1
2
3
4
5
6
# $FreeBSD: releng/12.1/bin/sh/tests/execution/pipefail6.42 345487 2019-03-24 22:10:26Z jilles $

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