aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMartin Afanasjew2016-02-07 10:59:38 +0100
committerMartin Afanasjew2016-04-06 10:31:54 +0200
commitf2245adaa71ce2746408f5b990dd84c534c4d1de (patch)
treeb0be1dd1ebb47829d1c7c2072a2bf31fe82013f9 /Library
parentea38a7039552b27334efad63897bbc3ad2b7263c (diff)
downloadbrew-f2245adaa71ce2746408f5b990dd84c534c4d1de.tar.bz2
tests: update linkapps/unlinkapps tests
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/test/test_integration_cmds.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/test/test_integration_cmds.rb b/Library/Homebrew/test/test_integration_cmds.rb
index d20d1c033..920ab6f46 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