summaryrefslogtreecommitdiffstats
path: root/bin/sh/tests/builtins/wait8.0
blob: b59ff59622eba599ac07487a31f5037503a051e8 (plain)
1
2
3
4
5
6
7
# $FreeBSD$

exit 44 & p44=$!
exit 45 & p45=$!
exit 7 & p7=$!
wait "$p44" "$p7" "$p45"
[ "$?" = 45 ]
OpenPOWER on IntegriCloud