diff options
author | Dundar Göc <gocdundar@gmail.com> | 2022-01-07 22:37:41 +0100 |
---|---|---|
committer | Dundar Göc <gocdundar@gmail.com> | 2022-01-08 14:40:29 +0100 |
commit | 14ec38bcf976acab2dbe94d706c12fbc466a6bb0 (patch) | |
tree | f6d738cc69537bbd68c18e9b52a4dad2ee1c9a90 /test/functional/helpers.lua | |
parent | 3088ac71f9fb7eb409a24aac6b2339e004658884 (diff) | |
download | rneovim-14ec38bcf976acab2dbe94d706c12fbc466a6bb0.tar.gz rneovim-14ec38bcf976acab2dbe94d706c12fbc466a6bb0.tar.bz2 rneovim-14ec38bcf976acab2dbe94d706c12fbc466a6bb0.zip |
test: add VIMRUNTIME variable to the clear function
Some of the tests will fail if this isn't explicitly set.
Diffstat (limited to 'test/functional/helpers.lua')
-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 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) |