xref: /dflybsd-src/tools/regression/bin/sh/builtins/wait10.0 (revision 3e3895bf4584c1562faf4533cbd97026ee6a8dcf)
1*3e3895bfSKrzysztof Piecuch# $FreeBSD: head/bin/sh/tests/builtins/wait10.0 251430 2013-06-05 19:40:52Z jilles $
2b1abb130SPeter Avalos# Init cannot be a child of the shell.
3b1abb130SPeter Avalosexit 49 & p49=$!
4b1abb130SPeter Avaloswait 1 "$p49"
5b1abb130SPeter Avalos[ "$?" = 49 ]
6