aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test
diff options
context:
space:
mode:
authorMike McQuaid2017-07-30 18:42:06 +0100
committerGitHub2017-07-30 18:42:06 +0100
commite1fd69de42b29b2a51786fe4509543e4f9ba69cb (patch)
treee3844eb01546ceb110cb449ded7dd2d981326521 /Library/Homebrew/test
parente755505c70c52d707c83130c17ab37dd2b2e8d48 (diff)
parent7ec05052003ecf6142d94aeaa62f4b4bd84a569d (diff)
downloadbrew-e1fd69de42b29b2a51786fe4509543e4f9ba69cb.tar.bz2
Merge pull request #2961 from MikeMcQuaid/preserve-link-on-upgrade-reinstall
Preserve link status on reinstall/upgrade.
Diffstat (limited to 'Library/Homebrew/test')
-rw-r--r--Library/Homebrew/test/bottle_hooks_spec.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Homebrew/test/bottle_hooks_spec.rb b/Library/Homebrew/test/bottle_hooks_spec.rb
index 913e3ffba..78ccfa47b 100644
--- a/Library/Homebrew/test/bottle_hooks_spec.rb
+++ b/Library/Homebrew/test/bottle_hooks_spec.rb
@@ -12,6 +12,8 @@ describe Homebrew::Hooks::Bottles do
local_bottle_path: nil,
bottle_disabled?: false,
some_random_method: true,
+ linked_keg: Pathname("foo"),
+ rack: Pathname("bar"),
)
end