wait10.0   [plain text]


# $FreeBSD$
# Init cannot be a child of the shell.
exit 49 & p49=$!
wait 1 "$p49"
[ "$?" = 49 ]