aboutsummaryrefslogtreecommitdiff
path: root/test/functional/helpers.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/helpers.lua')
-rw-r--r--test/functional/helpers.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/functional/helpers.lua b/test/functional/helpers.lua
index 7ec67a2cb3..449c3ab9d8 100644
--- a/test/functional/helpers.lua
+++ b/test/functional/helpers.lua
@@ -38,8 +38,6 @@ module.nvim_argv = {
'--cmd', module.nvim_set,
-- Remove default mappings.
'--cmd', 'mapclear | mapclear!',
- -- Unset $COLORTERM so that it won't propagate to :terminal when 'notermguicolors'.
- '--cmd', 'unlet $COLORTERM',
-- Make screentest work after changing to the new default color scheme
-- Source 'vim' color scheme without side effects
-- TODO: rewrite tests