mirror of
https://github.com/neovim/neovim.git
synced 2025-12-10 00:22:41 +00:00
test/unit: ensure event_init()
Closes #4635 References #4630 References https://github.com/neovim/neovim/pull/4070#discussion_r50626558
This commit is contained in:
@@ -25,7 +25,6 @@ local NULL = ffi.cast('void *', 0)
|
||||
|
||||
describe('shell functions', function()
|
||||
setup(function()
|
||||
cimported.event_init()
|
||||
-- os_system() can't work when the p_sh and p_shcf variables are unset
|
||||
cimported.p_sh = to_cstr('/bin/bash')
|
||||
cimported.p_shcf = to_cstr('-c')
|
||||
|
||||
Reference in New Issue
Block a user