diff options
Diffstat (limited to 'shell_cmds/sh/tests/builtins/kill1.0')
| -rw-r--r-- | shell_cmds/sh/tests/builtins/kill1.0 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/shell_cmds/sh/tests/builtins/kill1.0 b/shell_cmds/sh/tests/builtins/kill1.0 new file mode 100644 index 0000000..c15c86d --- /dev/null +++ b/shell_cmds/sh/tests/builtins/kill1.0 @@ -0,0 +1,8 @@ +# $FreeBSD: head/bin/sh/tests/builtins/kill1.0 262931 2014-03-08 19:44:34Z jilles $ + +: & +p1=$! +: & +p2=$! +wait $p2 +kill %1 |
