test: Fix broken test.

This commit is contained in:
Justin M. Keyes 2017-01-24 14:25:50 +01:00
parent a8a673c20d
commit 25427ae892

View File

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