From 94afc201bc89c48f477b7de4edeeee20731fdce4 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Mon, 5 Aug 2019 03:46:37 +0200 Subject: test: isCI(): add "name" parameter --- test/functional/ui/output_spec.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/functional/ui') diff --git a/test/functional/ui/output_spec.lua b/test/functional/ui/output_spec.lua index 38c4527a5b..9a30ea73c4 100644 --- a/test/functional/ui/output_spec.lua +++ b/test/functional/ui/output_spec.lua @@ -52,7 +52,7 @@ describe("shell command :!", function() it("throttles shell-command output greater than ~10KB", function() if helpers.skip_fragile(pending, - (os.getenv("TRAVIS") and helpers.os_name() == "osx")) then + (helpers.isCI('travis') and helpers.os_name() == 'osx')) then return end child_session.feed_data( -- cgit