mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
test/channels_spec: cleanup
- Remove stray print()
- Use uname() instead of system('uname')
This commit is contained in:
@@ -6,7 +6,7 @@ local clear, curbufmeths = helpers.clear, helpers.curbufmeths
|
||||
local exc_exec, expect, eval = helpers.exc_exec, helpers.expect, helpers.eval
|
||||
local insert = helpers.insert
|
||||
|
||||
describe('api functions', function()
|
||||
describe('eval-API', function()
|
||||
before_each(clear)
|
||||
|
||||
it("work", function()
|
||||
|
||||
Reference in New Issue
Block a user