diff options
Diffstat (limited to '')
-rw-r--r-- | bin/cash/tests/builtins/wait10.0 | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/bin/cash/tests/builtins/wait10.0 b/bin/cash/tests/builtins/wait10.0 deleted file mode 100644 index f2f51855..00000000 --- a/bin/cash/tests/builtins/wait10.0 +++ /dev/null @@ -1,5 +0,0 @@ -# $FreeBSD: releng/12.0/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 ] |