xref: /freebsd/bin/sh/tests/builtins/wait10.0 (revision 3c4ba5f55438f7afd4f4b0b56f88f2bb505fd6a6)
1# $FreeBSD$
2# Init cannot be a child of the shell.
3exit 49 & p49=$!
4wait 1 "$p49"
5[ "$?" = 49 ]
6