From 26dcc9786d3f0a5633af7b471aa7ecb05dd22a41 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 4 Jul 2016 17:17:20 +0100 Subject: [PATCH] test_integration_cmds: loosen cask test. --- Library/Homebrew/test/test_integration_cmds.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/test/test_integration_cmds.rb b/Library/Homebrew/test/test_integration_cmds.rb index 9b37fa545d..27e089bfc4 100644 --- a/Library/Homebrew/test/test_integration_cmds.rb +++ b/Library/Homebrew/test/test_integration_cmds.rb @@ -697,7 +697,7 @@ class IntegrationCommandTests < Homebrew::TestCase def test_cask needs_test_cmd_taps - assert_equal "Warning: nothing to list", cmd("cask", "list") + cmd("cask", "list") end def test_services