test/channels_spec: cleanup

- Remove stray print()
- Use uname() instead of system('uname')
This commit is contained in:
Justin M. Keyes
2018-11-21 06:02:24 +01:00
parent ab7d9ae193
commit 24f9dd73d5
2 changed files with 6 additions and 4 deletions

View File

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