aboutsummaryrefslogtreecommitdiff
path: root/test/functional/terminal/tui_spec.lua
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2017-11-12 21:09:44 -0500
committerGitHub <noreply@github.com>2017-11-12 21:09:44 -0500
commit8d8212d384f668e4e6dfea64e169ec85daef44a2 (patch)
treef78ed2d5fea977f6da6c50801038ce048d715332 /test/functional/terminal/tui_spec.lua
parentd5b7f28b44517a2e9ed07619d9fb828c043f179a (diff)
parentb63cde97f40b962f80ab929036d0eb8c1228b33f (diff)
downloadrneovim-8d8212d384f668e4e6dfea64e169ec85daef44a2.tar.gz
rneovim-8d8212d384f668e4e6dfea64e169ec85daef44a2.tar.bz2
rneovim-8d8212d384f668e4e6dfea64e169ec85daef44a2.zip
Merge pull request #7545 from jamessan/test-fixes
Fix test failures found in Debian builds, closes #7522
Diffstat (limited to 'test/functional/terminal/tui_spec.lua')
-rw-r--r--test/functional/terminal/tui_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/terminal/tui_spec.lua b/test/functional/terminal/tui_spec.lua
index d36eb46e54..777ef65d9e 100644
--- a/test/functional/terminal/tui_spec.lua
+++ b/test/functional/terminal/tui_spec.lua
@@ -380,7 +380,7 @@ describe("tui 't_Co' (terminal colors)", function()
-- TODO: Revisit this after jobstart/termopen accept `env` dict.
screen = thelpers.screen_setup(0, string.format(
[=[['sh', '-c', 'LANG=C TERM=%s %s %s -u NONE -i NONE --cmd "silent set noswapfile noshowcmd noruler"']]=],
- term,
+ term or "",
(colorterm ~= nil and "COLORTERM="..colorterm or ""),
helpers.nvim_prog))