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

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