mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 03:15:39 +00:00
test: refactor Paths
This commit is contained in:
@@ -6,8 +6,8 @@ local eq = helpers.eq
|
||||
local mkdir_p = helpers.mkdir_p
|
||||
local rmdir = helpers.rmdir
|
||||
local nvim_dir = helpers.nvim_dir
|
||||
local test_build_dir = helpers.test_build_dir
|
||||
local test_source_path = helpers.test_source_path
|
||||
local test_build_dir = helpers.paths.test_build_dir
|
||||
local test_source_path = helpers.paths.test_source_path
|
||||
local nvim_prog = helpers.nvim_prog
|
||||
local is_os = helpers.is_os
|
||||
local mkdir = helpers.mkdir
|
||||
|
||||
Reference in New Issue
Block a user