diff options
author | James McCoy <jamessan@jamessan.com> | 2017-07-07 10:07:53 -0400 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2017-07-07 10:07:53 -0400 |
commit | 5f5f2ce0de68f363a1c839edb9c89a63b35e2d6e (patch) | |
tree | 6d525c6f872d6c3737848db2d7ec1d9bb610f46b | |
parent | 105d680aea9f449c118520597a822e834a00c0ac (diff) | |
download | rneovim-5f5f2ce0de68f363a1c839edb9c89a63b35e2d6e.tar.gz rneovim-5f5f2ce0de68f363a1c839edb9c89a63b35e2d6e.tar.bz2 rneovim-5f5f2ce0de68f363a1c839edb9c89a63b35e2d6e.zip |
test: tui_spec: Remove unused is_linux variable
-rw-r--r-- | test/functional/terminal/tui_spec.lua | 1 |
1 files changed, 0 insertions, 1 deletions
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) |