mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
parent
167898a517
commit
ae409b5042
@ -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', '"
|
||||||
|
Loading…
Reference in New Issue
Block a user