aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui/output_spec.lua
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2019-09-01 21:21:26 -0700
committerJustin M. Keyes <justinkz@gmail.com>2019-09-01 22:49:33 -0700
commitead39d6ce6d1c5e5b6130c6823d071889c207bde (patch)
tree0a1b0b8707e6a951e3318bfbba80a1764749a2dd /test/functional/ui/output_spec.lua
parent7d2090772488e9d57532c2f3d72438370027d3b9 (diff)
downloadrneovim-ead39d6ce6d1c5e5b6130c6823d071889c207bde.tar.gz
rneovim-ead39d6ce6d1c5e5b6130c6823d071889c207bde.tar.bz2
rneovim-ead39d6ce6d1c5e5b6130c6823d071889c207bde.zip
test/uname(): always lowercase
Diffstat (limited to 'test/functional/ui/output_spec.lua')
-rw-r--r--test/functional/ui/output_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/ui/output_spec.lua b/test/functional/ui/output_spec.lua
index 4088cb77fa..c028f44b44 100644
--- a/test/functional/ui/output_spec.lua
+++ b/test/functional/ui/output_spec.lua
@@ -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