aboutsummaryrefslogtreecommitdiff
path: root/test/functional/helpers.lua
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2022-01-08 19:31:37 -0500
committerGitHub <noreply@github.com>2022-01-08 19:31:37 -0500
commitc7ffe406bc54412f5e3ecda01ed9b966993016de (patch)
treef8b9583db1404e6d52a9747453b91c8c052ed81e /test/functional/helpers.lua
parent2e5bafa04c0388a6050ef6c9b4f5c875a07b1693 (diff)
parent14ec38bcf976acab2dbe94d706c12fbc466a6bb0 (diff)
downloadrneovim-c7ffe406bc54412f5e3ecda01ed9b966993016de.tar.gz
rneovim-c7ffe406bc54412f5e3ecda01ed9b966993016de.tar.bz2
rneovim-c7ffe406bc54412f5e3ecda01ed9b966993016de.zip
Merge pull request #16983 from dundargoc/test/add-vimruntime-variable
test: add VIMRUNTIME variable to the clear function
Diffstat (limited to 'test/functional/helpers.lua')
-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 f152a487af..1845786c4b 100644
--- a/test/functional/helpers.lua
+++ b/test/functional/helpers.lua
@@ -451,6 +451,7 @@ function module.new_argv(...)
'GCOV_ERROR_FILE',
'XDG_DATA_DIRS',
'TMPDIR',
+ 'VIMRUNTIME',
}) do
if not env_tbl[k] then
env_tbl[k] = os.getenv(k)