diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2016-05-31 12:38:07 -0400 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2016-05-31 12:38:07 -0400 |
commit | 4276a03e8185e9498e4b7983bf02e151c4b4b197 (patch) | |
tree | 06593cec068d9659202cbb1cde18699402e45c15 | |
parent | bd9715a9b565be67869ea0d8c8eb162954ffb7bb (diff) | |
parent | c571e802737f72cd2aa8c10bfc8c87aa72db1847 (diff) | |
download | rneovim-4276a03e8185e9498e4b7983bf02e151c4b4b197.tar.gz rneovim-4276a03e8185e9498e4b7983bf02e151c4b4b197.tar.bz2 rneovim-4276a03e8185e9498e4b7983bf02e151c4b4b197.zip |
Merge pull request #4853 from ZyX-I/fix-4852
unittests: Also remove event_teardown
-rw-r--r-- | test/unit/os/shell_spec.lua | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/unit/os/shell_spec.lua b/test/unit/os/shell_spec.lua index 93103e4e8c..906f950308 100644 --- a/test/unit/os/shell_spec.lua +++ b/test/unit/os/shell_spec.lua @@ -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), |