diff options
author | Daniel Hahler <git@thequod.de> | 2019-10-06 22:26:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-06 22:26:54 +0200 |
commit | e452988960b11e971d839c27dcd2f42e68f3aa4d (patch) | |
tree | a6edea52c35020a0c389e959b896c037b155ae3c | |
parent | 93bceac9bdf9048bb2f615bb6872b46eb15baab8 (diff) | |
download | rneovim-e452988960b11e971d839c27dcd2f42e68f3aa4d.tar.gz rneovim-e452988960b11e971d839c27dcd2f42e68f3aa4d.tar.bz2 rneovim-e452988960b11e971d839c27dcd2f42e68f3aa4d.zip |
tests/functional: keep $TMPDIR in env (#11163)
-rw-r--r-- | test/functional/helpers.lua | 1 |
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) |