diff options
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 cf4c7ce9b7..e7a93238e7 100644 --- a/test/functional/helpers.lua +++ b/test/functional/helpers.lua @@ -430,6 +430,7 @@ local function clear(...) 'PATH', 'NVIM_LOG_FILE', 'NVIM_RPLUGIN_MANIFEST', + 'GCOV_ERROR_FILE', }) do if not env_tbl[k] then env_tbl[k] = os.getenv(k) |