functests: Fix linter errors

This commit is contained in:
ZyX
2017-04-09 03:31:13 +03:00
parent 0ac2afdec7
commit f5be643205
10 changed files with 10 additions and 17 deletions

View File

@@ -2,7 +2,7 @@
local helpers = require('test.functional.helpers')(after_each)
local clear, exc_exec = helpers.clear, helpers.exc_exec
local eq, neq, eval = helpers.eq, helpers.neq, helpers.eval
local eq, eval = helpers.eq, helpers.eval
describe('glob2regpat()', function()
before_each(clear)