mirror of
https://github.com/neovim/neovim.git
synced 2025-12-09 16:12:48 +00:00
@@ -641,6 +641,8 @@ describe('jobs', function()
|
|||||||
end)
|
end)
|
||||||
|
|
||||||
it('jobstop() kills entire process tree #6530', function()
|
it('jobstop() kills entire process tree #6530', function()
|
||||||
|
command('set shell& shellcmdflag& shellquote& shellpipe& shellredir& shellxquote&')
|
||||||
|
|
||||||
-- XXX: Using `nvim` isn't a good test, it reaps its children on exit.
|
-- XXX: Using `nvim` isn't a good test, it reaps its children on exit.
|
||||||
-- local c = 'call jobstart([v:progpath, "-u", "NONE", "-i", "NONE", "--headless"])'
|
-- local c = 'call jobstart([v:progpath, "-u", "NONE", "-i", "NONE", "--headless"])'
|
||||||
-- local j = eval("jobstart([v:progpath, '-u', 'NONE', '-i', 'NONE', '--headless', '-c', '"
|
-- local j = eval("jobstart([v:progpath, '-u', 'NONE', '-i', 'NONE', '--headless', '-c', '"
|
||||||
|
|||||||
Reference in New Issue
Block a user