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

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