mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
test/uname(): always lowercase
This commit is contained in:
@@ -828,7 +828,7 @@ describe('cmdline redraw', function()
|
||||
end)
|
||||
|
||||
it('with <Cmd>', 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