aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Hahler <git@thequod.de>2019-10-06 22:26:54 +0200
committerGitHub <noreply@github.com>2019-10-06 22:26:54 +0200
commite452988960b11e971d839c27dcd2f42e68f3aa4d (patch)
treea6edea52c35020a0c389e959b896c037b155ae3c
parent93bceac9bdf9048bb2f615bb6872b46eb15baab8 (diff)
downloadrneovim-e452988960b11e971d839c27dcd2f42e68f3aa4d.tar.gz
rneovim-e452988960b11e971d839c27dcd2f42e68f3aa4d.tar.bz2
rneovim-e452988960b11e971d839c27dcd2f42e68f3aa4d.zip
tests/functional: keep $TMPDIR in env (#11163)
-rw-r--r--test/functional/helpers.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/helpers.lua b/test/functional/helpers.lua
index bd36bac062..c195983e93 100644
--- a/test/functional/helpers.lua
+++ b/test/functional/helpers.lua
@@ -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)