Merge pull request #4853 from ZyX-I/fix-4852

unittests: Also remove event_teardown
This commit is contained in:
Justin M. Keyes 2016-05-31 12:38:07 -04:00
commit 4276a03e81

View File

@ -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),