From 49c5689f45b9f222ed58e18e55678df7fb971ee8 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Sun, 24 Apr 2016 23:51:16 -0400 Subject: test/unit: ensure event_init() Closes #4635 References #4630 References https://github.com/neovim/neovim/pull/4070#discussion_r50626558 --- test/unit/os/shell_spec.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'test/unit/os/shell_spec.lua') 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') -- cgit