mirror of
https://github.com/neovim/neovim.git
synced 2025-12-15 19:05:40 +00:00
test/uname(): always lowercase
This commit is contained in:
@@ -50,7 +50,7 @@ describe("shell command :!", function()
|
||||
end)
|
||||
|
||||
it("throttles shell-command output greater than ~10KB", 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