mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Revert "test/win: use cmd.exe for test"
This reverts commit ae409b5042
.
This PR (#8120) defaults to cmd.exe for job_spec.lua
This commit is contained in:
parent
03e69a5d9c
commit
e6ee06ee11
@ -671,8 +671,6 @@ describe('jobs', function()
|
||||
end)
|
||||
|
||||
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.
|
||||
-- local c = 'call jobstart([v:progpath, "-u", "NONE", "-i", "NONE", "--headless"])'
|
||||
-- local j = eval("jobstart([v:progpath, '-u', 'NONE', '-i', 'NONE', '--headless', '-c', '"
|
||||
|
Loading…
Reference in New Issue
Block a user