diff options
| author | Mike McQuaid | 2016-07-04 17:17:20 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2016-07-04 17:17:20 +0100 |
| commit | 26dcc9786d3f0a5633af7b471aa7ecb05dd22a41 (patch) | |
| tree | f552947769c54a31094f2505f9df3fe9c98f22dd /Library/Homebrew | |
| parent | 245441e1e8dec32ee3f920206654c47645661a83 (diff) | |
| download | brew-26dcc9786d3f0a5633af7b471aa7ecb05dd22a41.tar.bz2 | |
test_integration_cmds: loosen cask test.
Diffstat (limited to 'Library/Homebrew')
| -rw-r--r-- | Library/Homebrew/test/test_integration_cmds.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/test_integration_cmds.rb b/Library/Homebrew/test/test_integration_cmds.rb index 9b37fa545..27e089bfc 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 |
