aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Reiter2016-10-01 23:27:14 +0200
committerMarkus Reiter2016-10-02 19:53:43 +0200
commite4da2dfb9f49349251b51e80be57d2a70c979321 (patch)
treeaa6e9700512ff42441b3aae2545195df1775b374
parent4f1ef16cbf09fc1b98143ff672859dcefda00e1b (diff)
downloadbrew-e4da2dfb9f49349251b51e80be57d2a70c979321.tar.bz2
Make test for “cask already installed” less strict.
-rw-r--r--Library/Homebrew/cask/test/cask/cli/install_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cask/test/cask/cli/install_test.rb b/Library/Homebrew/cask/test/cask/cli/install_test.rb
index 2d09846b7..138c497fb 100644
--- a/Library/Homebrew/cask/test/cask/cli/install_test.rb
+++ b/Library/Homebrew/cask/test/cask/cli/install_test.rb
@@ -29,7 +29,7 @@ describe Hbc::CLI::Install do
TestHelper.must_output(self, lambda {
Hbc::CLI::Install.run("local-transmission", "")
- }, %r{Warning: A Cask for local-transmission is already installed. Add the "--force" option to force re-install.})
+ }, %r{Warning: A Cask for local-transmission is already installed.})
end
it "allows double install with --force" do