mirror of
https://github.com/neovim/neovim.git
synced 2026-01-22 13:12:54 +10:00
Merge pull request #4853 from ZyX-I/fix-4852
unittests: Also remove event_teardown
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user