aboutsummaryrefslogtreecommitdiff
path: root/test/functional/helpers.lua
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2016-08-17 18:34:37 -0400
committerJustin M. Keyes <justinkz@gmail.com>2016-08-17 18:39:25 -0400
commitae6db26b0956f4a30185cfe0294143e73a37052e (patch)
tree6ccd93de430fd39162e257a370656a9aeaa66b6e /test/functional/helpers.lua
parentdfb6a5133b92ffb38bfb7201e91f3de328652558 (diff)
parentf9aa029a8b5b9dd93b4af56c995337bd853dc5c0 (diff)
downloadrneovim-ae6db26b0956f4a30185cfe0294143e73a37052e.tar.gz
rneovim-ae6db26b0956f4a30185cfe0294143e73a37052e.tar.bz2
rneovim-ae6db26b0956f4a30185cfe0294143e73a37052e.zip
Merge #5050 'rplugin manifest: default to XDG dir'
Closes #5152 Closes #5090
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 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