unittests: Fix linter errors

This commit is contained in:
ZyX
2017-03-11 23:48:16 +03:00
parent a54be846cf
commit 8ef6cfa6ac
4 changed files with 29 additions and 23 deletions

View File

@@ -11,7 +11,6 @@ local ffi, eq = helpers.ffi, helpers.eq
local intern = helpers.internalize
local to_cstr = helpers.to_cstr
local NULL = ffi.cast('void *', 0)
local deferred_call = deferred_call
describe('shell functions', function()
before_each(function()