From 25427ae892ccbb537a718c8abfbd4c79d9f94091 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Tue, 24 Jan 2017 14:25:50 +0100 Subject: [PATCH] test: Fix broken test. --- test/functional/ui/output_spec.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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