Skip to content
Snippets Groups Projects
Commit f2245ada authored by Martin Afanasjew's avatar Martin Afanasjew
Browse files

tests: update linkapps/unlinkapps tests

parent ea38a703
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment