From 99809903bbf9019e3f342be429968854ebf61e13 Mon Sep 17 00:00:00 2001 From: Thiago de Arruda Date: Tue, 25 Nov 2014 14:30:54 -0300 Subject: deps: Update bundled lua client version The new version fixes defunct processes which causes random test failures on some systems(#1519) --- test/functional/helpers.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/functional/helpers.lua b/test/functional/helpers.lua index 27d8493a12..b758817b41 100644 --- a/test/functional/helpers.lua +++ b/test/functional/helpers.lua @@ -161,6 +161,7 @@ end local function clear() if session then session:request('vim_command', 'qa!') + session._async_session._msgpack_stream._loop:exit() end local loop = Loop.new() local msgpack_stream = MsgpackStream.new(loop) -- cgit