From f5be643205e98fcecc41c0b7ce19a5a22f692f2c Mon Sep 17 00:00:00 2001 From: ZyX Date: Sun, 9 Apr 2017 03:31:13 +0300 Subject: functests: Fix linter errors --- test/functional/legacy/glob2regpat_spec.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/functional/legacy/glob2regpat_spec.lua') diff --git a/test/functional/legacy/glob2regpat_spec.lua b/test/functional/legacy/glob2regpat_spec.lua index 1f9410d87e..029d95206e 100644 --- a/test/functional/legacy/glob2regpat_spec.lua +++ b/test/functional/legacy/glob2regpat_spec.lua @@ -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) -- cgit