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

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