mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 03:48:18 +00:00
test: add VIMRUNTIME variable to the clear function
Some of the tests will fail if this isn't explicitly set.
This commit is contained in:
@@ -451,6 +451,7 @@ function module.new_argv(...)
|
||||
'GCOV_ERROR_FILE',
|
||||
'XDG_DATA_DIRS',
|
||||
'TMPDIR',
|
||||
'VIMRUNTIME',
|
||||
}) do
|
||||
if not env_tbl[k] then
|
||||
env_tbl[k] = os.getenv(k)
|
||||
|
Reference in New Issue
Block a user