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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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)