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

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