Skip to content

Commit 981bc74

Browse files
authored
Merge pull request #1546 from marler8997/dontLinkConflicts
2 parents 7b10bf8 + 35bc45d commit 981bc74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/tests/formulae.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ def setup_formulae_deps_instances(formula, formula_name, args:)
158158
link_formula = Formulary.factory(name)
159159
next if link_formula.keg_only?
160160
next if link_formula.linked_keg.exist?
161+
next if unlink_formulae.include?(name)
161162

162163
test "brew", "link", name
163164
end

0 commit comments

Comments
 (0)