mirror of
https://github.com/neovim/neovim.git
synced 2026-05-04 04:55:16 +00:00
unit tests: initialize everything
This commit is contained in:
@@ -24,11 +24,7 @@ local NULL = ffi.cast('void *', 0)
|
||||
|
||||
describe('shell functions', function()
|
||||
setup(function()
|
||||
-- the logging functions are complain if I don't do this
|
||||
shell.init_homedir()
|
||||
|
||||
shell.event_init()
|
||||
|
||||
-- os_system() can't work when the p_sh and p_shcf variables are unset
|
||||
shell.p_sh = to_cstr('/bin/bash')
|
||||
shell.p_shcf = to_cstr('-c')
|
||||
|
||||
Reference in New Issue
Block a user