diff options
author | Jan Edmund Lazo <janedmundlazo@hotmail.com> | 2018-03-18 19:44:10 -0400 |
---|---|---|
committer | Jan Edmund Lazo <janedmundlazo@hotmail.com> | 2018-03-26 01:45:41 -0400 |
commit | e6ee06ee11c915713aefa4f2a5faf3585284f961 (patch) | |
tree | 157ba7eabfd8d6ac2cf7092990ce6adf3ba2fe87 | |
parent | 03e69a5d9c91b8fd709b8992c862b51520f60c98 (diff) | |
download | rneovim-e6ee06ee11c915713aefa4f2a5faf3585284f961.tar.gz rneovim-e6ee06ee11c915713aefa4f2a5faf3585284f961.tar.bz2 rneovim-e6ee06ee11c915713aefa4f2a5faf3585284f961.zip |
Revert "test/win: use cmd.exe for test"
This reverts commit ae409b5042abdbec67305a063cf921ddffcce0c8.
This PR (#8120) defaults to cmd.exe for job_spec.lua
-rw-r--r-- | test/functional/core/job_spec.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/functional/core/job_spec.lua b/test/functional/core/job_spec.lua index 5d2060a244..240b2dac1c 100644 --- a/test/functional/core/job_spec.lua +++ b/test/functional/core/job_spec.lua @@ -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', '" |