diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-01-24 14:25:50 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-01-24 14:25:50 +0100 |
commit | 25427ae892ccbb537a718c8abfbd4c79d9f94091 (patch) | |
tree | ef9f88e56b0c7aafa3fdf0d7aa7f3553f41818bf | |
parent | a8a673c20d959c5bd328a6bc8a5b11ce78150147 (diff) | |
download | rneovim-25427ae892ccbb537a718c8abfbd4c79d9f94091.tar.gz rneovim-25427ae892ccbb537a718c8abfbd4c79d9f94091.tar.bz2 rneovim-25427ae892ccbb537a718c8abfbd4c79d9f94091.zip |
test: Fix broken test.
-rw-r--r-- | test/functional/ui/output_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/ui/output_spec.lua b/test/functional/ui/output_spec.lua index d0166bc1c1..33086a61b1 100644 --- a/test/functional/ui/output_spec.lua +++ b/test/functional/ui/output_spec.lua @@ -41,7 +41,7 @@ describe("shell command :!", function() end) it("throttles shell-command output greater than ~10KB", function() - if os.getenv("TRAVIS") and helpers.os_name() == "osx" then + if os.getenv("TRAVIS") and session.os_name() == "osx" then pending("[Unreliable on Travis macOS.]", function() end) return end |