diff options
-rw-r--r-- | test/functional/core/main_spec.lua | 5 |
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 ./. |