mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 09:12:07 +00:00
tests/functional: keep $TMPDIR in env (#11163)
This commit is contained in:
@@ -437,6 +437,7 @@ function module.new_argv(...)
|
||||
'NVIM_LOG_FILE',
|
||||
'NVIM_RPLUGIN_MANIFEST',
|
||||
'GCOV_ERROR_FILE',
|
||||
'TMPDIR',
|
||||
}) do
|
||||
if not env_tbl[k] then
|
||||
env_tbl[k] = os.getenv(k)
|
||||
|
Reference in New Issue
Block a user