diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2016-04-24 23:51:16 -0400 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2016-04-25 00:42:44 -0400 |
commit | 49c5689f45b9f222ed58e18e55678df7fb971ee8 (patch) | |
tree | d791466a974ee713acd463326b1e9501452d1528 /test/unit/os/shell_spec.lua | |
parent | 6e5343d2306aa805b523b7cd086796c0d899ee7d (diff) | |
download | rneovim-49c5689f45b9f222ed58e18e55678df7fb971ee8.tar.gz rneovim-49c5689f45b9f222ed58e18e55678df7fb971ee8.tar.bz2 rneovim-49c5689f45b9f222ed58e18e55678df7fb971ee8.zip |
test/unit: ensure event_init()
Closes #4635
References #4630
References https://github.com/neovim/neovim/pull/4070#discussion_r50626558
Diffstat (limited to 'test/unit/os/shell_spec.lua')
-rw-r--r-- | test/unit/os/shell_spec.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/unit/os/shell_spec.lua b/test/unit/os/shell_spec.lua index 9fad7d02c1..93103e4e8c 100644 --- a/test/unit/os/shell_spec.lua +++ b/test/unit/os/shell_spec.lua @@ -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') |