aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/tests/execution/bg4.0
blob: 25e4f4e34fa5ed247c22f576a60382e28d8c45e2 (plain) (blame)
1
2
3
4
5
6
# $FreeBSD$

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