mirror of
https://github.com/neovim/neovim.git
synced 2025-12-09 16:12:48 +00:00
test/uname(): always lowercase
This commit is contained in:
@@ -139,7 +139,7 @@ describe('channels', function()
|
||||
|
||||
command("call chansend(id, 'incomplet\004')")
|
||||
|
||||
local is_bsd = not not string.find(string.lower(uname()), 'bsd')
|
||||
local is_bsd = not not string.find(uname(), 'bsd')
|
||||
local bsdlike = is_bsd or (os_name() == "osx")
|
||||
local extra = bsdlike and "^D\008\008" or ""
|
||||
expect_twoline(id, "stdout",
|
||||
|
||||
Reference in New Issue
Block a user