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