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:
@@ -49,7 +49,7 @@ local function test_embed(ext_linegrid)
|
||||
end)
|
||||
|
||||
it("doesn't erase output when setting color scheme", function()
|
||||
if 'openbsd' == string.lower(helpers.uname()) then
|
||||
if 'openbsd' == helpers.uname() then
|
||||
pending('FIXME #10804', function() end)
|
||||
return
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user