From 5f5f2ce0de68f363a1c839edb9c89a63b35e2d6e Mon Sep 17 00:00:00 2001 From: James McCoy Date: Fri, 7 Jul 2017 10:07:53 -0400 Subject: test: tui_spec: Remove unused is_linux variable --- test/functional/terminal/tui_spec.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'test') diff --git a/test/functional/terminal/tui_spec.lua b/test/functional/terminal/tui_spec.lua index cb436dbeea..21b907c8f7 100644 --- a/test/functional/terminal/tui_spec.lua +++ b/test/functional/terminal/tui_spec.lua @@ -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) -- cgit