test/uname(): always lowercase

This commit is contained in:
Justin M. Keyes
2019-09-01 21:21:26 -07:00
parent 7d20907724
commit ead39d6ce6
7 changed files with 26 additions and 24 deletions

View File

@@ -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