Newer
Older
ubixos / bin / sh / tests / builtins / wait10.0
@Charlie Root Charlie Root on 16 Jan 2018 176 bytes BSD Shell
# $FreeBSD: releng/11.1/bin/sh/tests/builtins/wait10.0 251430 2013-06-05 19:40:52Z jilles $
# Init cannot be a child of the shell.
exit 49 & p49=$!
wait 1 "$p49"
[ "$?" = 49 ]