mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Merge pull request #4853 from ZyX-I/fix-4852
unittests: Also remove event_teardown
This commit is contained in:
commit
4276a03e81
@ -30,10 +30,6 @@ describe('shell functions', function()
|
||||
cimported.p_shcf = to_cstr('-c')
|
||||
end)
|
||||
|
||||
teardown(function()
|
||||
cimported.event_teardown()
|
||||
end)
|
||||
|
||||
local function shell_build_argv(cmd, extra_args)
|
||||
local res = cimported.shell_build_argv(
|
||||
cmd and to_cstr(cmd),
|
||||
|
Loading…
Reference in New Issue
Block a user