summary refs log tree commit diff
path: root/bin/1sh/tests/execution/bg4.0
blob: ddb5891f691345e3d4c8b19d65bfbb7be1eed76c (plain) (blame)
1
2
3
4
5
6
# $FreeBSD: releng/12.1/bin/sh/tests/execution/bg4.0 223283 2011-06-19 00:00:36Z jilles $

x=''
: ${x:=1} &
wait
exit ${x:-0}