mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
sh: Add test for r223282.
This commit is contained in:
parent
47e5204ee3
commit
57b1b54fdd
1 changed files with 6 additions and 0 deletions
6
tools/regression/bin/sh/execution/bg4.0
Normal file
6
tools/regression/bin/sh/execution/bg4.0
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# $FreeBSD$
|
||||
|
||||
x=''
|
||||
: ${x:=1} &
|
||||
wait
|
||||
exit ${x:-0}
|
||||
Loading…
Reference in a new issue