aboutsummaryrefslogtreecommitdiff
path: root/test/functional/core/main_spec.lua
diff options
context:
space:
mode:
authorZyX <kp-pav@yandex.ru>2017-03-19 03:33:55 +0300
committerZyX <kp-pav@yandex.ru>2017-03-19 14:13:21 +0300
commit29654cfee7c9c230556e436ca3c17198bce82680 (patch)
tree0d6db65ebd13ef7af99ba5ec89041f1f423f5b23 /test/functional/core/main_spec.lua
parentd4639ea6d9045edee5476ce50719a00575d565ce (diff)
downloadrneovim-29654cfee7c9c230556e436ca3c17198bce82680.tar.gz
rneovim-29654cfee7c9c230556e436ca3c17198bce82680.tar.bz2
rneovim-29654cfee7c9c230556e436ca3c17198bce82680.zip
functests: Fix testlint errors
Diffstat (limited to 'test/functional/core/main_spec.lua')
-rw-r--r--test/functional/core/main_spec.lua5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/functional/core/main_spec.lua b/test/functional/core/main_spec.lua
index 40c161c986..ece4402703 100644
--- a/test/functional/core/main_spec.lua
+++ b/test/functional/core/main_spec.lua
@@ -1,17 +1,12 @@
local lfs = require('lfs')
local helpers = require('test.functional.helpers')(after_each)
-local global_helpers = require('test.helpers')
local eq = helpers.eq
-local neq = helpers.neq
local clear = helpers.clear
local funcs = helpers.funcs
local nvim_prog = helpers.nvim_prog
local write_file = helpers.write_file
-local popen_w = global_helpers.popen_w
-local repeated_read_cmd = global_helpers.repeated_read_cmd
-
local function nvim_prog_abs()
-- system(['build/bin/nvim']) does not work for whatever reason. It needs to
-- either be executable searched in $PATH or something starting with / or ./.