From 592905d3dabdda338520ea737e97ea273a127ff2 Mon Sep 17 00:00:00 2001 From: Bruce Steedman Date: Sat, 12 Nov 2016 12:13:27 +0000 Subject: [PATCH] fix test --- Library/Homebrew/test/test_install.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/test/test_install.rb b/Library/Homebrew/test/test_install.rb index e0a40b5d75..7135dddb2d 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