test: tui_spec: Remove unused is_linux variable

This commit is contained in:
James McCoy
2017-07-07 10:07:53 -04:00
parent 105d680aea
commit 5f5f2ce0de

View File

@@ -317,7 +317,6 @@ end)
-- does not initialize the TUI.
describe("tui 't_Co' (terminal colors)", function()
local screen
local is_linux = (helpers.eval("system('uname') =~? 'linux'") == 1)
local is_freebsd = (helpers.eval("system('uname') =~? 'FreeBSD'") == 1)
local function assert_term_colors(term, colorterm, maxcolors)