tests/functional: keep $TMPDIR in env (#11163)

This commit is contained in:
Daniel Hahler
2019-10-06 22:26:54 +02:00
committed by GitHub
parent 93bceac9bd
commit e452988960

View File

@@ -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)