From 360d0513d1ba2d6e2b8948daad5bb56f11db7070 Mon Sep 17 00:00:00 2001 From: KillTheMule Date: Tue, 26 Apr 2016 21:14:33 +0200 Subject: Satisfy testlint. For that, make luatest ignore the preload.lua files. --- test/functional/eval/json_functions_spec.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'test/functional/eval/json_functions_spec.lua') diff --git a/test/functional/eval/json_functions_spec.lua b/test/functional/eval/json_functions_spec.lua index 1cece78ce1..b32688a9d2 100644 --- a/test/functional/eval/json_functions_spec.lua +++ b/test/functional/eval/json_functions_spec.lua @@ -7,6 +7,7 @@ local eval = helpers.eval local execute = helpers.execute local exc_exec = helpers.exc_exec local redir_exec = helpers.redir_exec +local NIL = helpers.NIL describe('json_decode() function', function() local restart = function(cmd) -- cgit