aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/tests/builtins/wait10.0
blob: 864fc78172764990877b91e156068b47d67549d4 (plain) (blame)
1
2
3
4
5
# $FreeBSD$
# Init cannot be a child of the shell.
exit 49 & p49=$!
wait 1 "$p49"
[ "$?" = 49 ]