diff --git a/Library/Homebrew/test/test_integration_cmds.rb b/Library/Homebrew/test/test_integration_cmds.rb index d20d1c033a..920ab6f468 100644 --- a/Library/Homebrew/test/test_integration_cmds.rb +++ b/Library/Homebrew/test/test_integration_cmds.rb @@ -434,7 +434,7 @@ class IntegrationCommandTests < Homebrew::TestCase source_dir = HOMEBREW_CELLAR/"testball/0.1/TestBall.app" source_dir.mkpath - assert_match "Linking #{source_dir} to", + assert_match "Linking: #{source_dir}", cmd("linkapps", "--local", {"HOME" => home}) ensure formula_file.unlink @@ -459,7 +459,7 @@ class IntegrationCommandTests < Homebrew::TestCase FileUtils.ln_s source_app, "#{apps_dir}/TestBall.app" - assert_match "Unlinking #{apps_dir}/TestBall.app", + assert_match "Unlinking: #{apps_dir}/TestBall.app", cmd("unlinkapps", "--local", {"HOME" => home}) ensure formula_file.unlink