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

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