aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew')
-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