summaryrefslogtreecommitdiffstats
path: root/shell_cmds/sh/tests/builtins/wait10.0
blob: c7e39757a94efc26643a49cd666c3a57ef0cfa76 (plain) (blame)
1
2
3
4
5
# $FreeBSD: head/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 ]