diff options
| author | James McCoy <jamessan@jamessan.com> | 2017-11-12 21:09:44 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-12 21:09:44 -0500 |
| commit | 8d8212d384f668e4e6dfea64e169ec85daef44a2 (patch) | |
| tree | f78ed2d5fea977f6da6c50801038ce048d715332 /test/functional/terminal/tui_spec.lua | |
| parent | d5b7f28b44517a2e9ed07619d9fb828c043f179a (diff) | |
| parent | b63cde97f40b962f80ab929036d0eb8c1228b33f (diff) | |
| download | rneovim-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.lua | 2 |
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)) |
