mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 14:48:57 +00:00
sh: Add test for r223282.
This commit is contained in:
parent
47e5204ee3
commit
57b1b54fdd
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=223283
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 New Issue
Block a user