diff options
author | Tommy Allen <tommy@esdf.io> | 2016-08-15 23:25:02 -0400 |
---|---|---|
committer | Tommy Allen <tommy@esdf.io> | 2016-08-17 16:22:21 -0400 |
commit | 966f1abd8bc07915c30b4530627e272bf7a1c1c6 (patch) | |
tree | 34ac8d777f0168ed8bb602450146a171813b4c50 /test/functional/helpers.lua | |
parent | 01e33e1c74619fc8d262e2dedbd45a20bdb24245 (diff) | |
download | rneovim-966f1abd8bc07915c30b4530627e272bf7a1c1c6.tar.gz rneovim-966f1abd8bc07915c30b4530627e272bf7a1c1c6.tar.bz2 rneovim-966f1abd8bc07915c30b4530627e272bf7a1c1c6.zip |
tests: Set env variables in RunTests.cmake
- NVIM_RPLUGIN_MANIFEST
- XDG_CONFIG_HOME
- XDG_DATA_HOME
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 6f43ec817c..2d54d23254 100644 --- a/test/functional/helpers.lua +++ b/test/functional/helpers.lua @@ -241,6 +241,7 @@ local function clear(...) 'ASAN_OPTIONS', 'LD_LIBRARY_PATH', 'PATH', 'NVIM_LOG_FILE', + 'NVIM_RPLUGIN_MANIFEST', }) do env_tbl[k] = os.getenv(k) end |