aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/test_install.rb
diff options
context:
space:
mode:
authorBruce Steedman2016-11-12 12:13:27 +0000
committerBruce Steedman2016-11-12 12:13:27 +0000
commit592905d3dabdda338520ea737e97ea273a127ff2 (patch)
tree769f97380c2d2a014e3a966d36283a002a03a4a3 /Library/Homebrew/test/test_install.rb
parent098974b2a12d48dd00f1ef77300d816fd867f259 (diff)
downloadbrew-592905d3dabdda338520ea737e97ea273a127ff2.tar.bz2
fix test
Diffstat (limited to 'Library/Homebrew/test/test_install.rb')
-rw-r--r--Library/Homebrew/test/test_install.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/test_install.rb b/Library/Homebrew/test/test_install.rb
index e0a40b5d7..7135dddb2 100644
--- a/Library/Homebrew/test/test_install.rb
+++ b/Library/Homebrew/test/test_install.rb
@@ -24,7 +24,7 @@ class IntegrationCommandTestInstall < IntegrationCommandTestCase
def test_install_with_invalid_option
setup_test_formula "testball1"
- assert_match "testball1: --with-fo is invalid for this formula and will be ignored!",
+ assert_match "testball1: this formula has no --with-fo option so it will be ignored!",
cmd("install", "testball1", "--with-fo")
end
end