aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/test')
-rw-r--r--Library/Homebrew/test/test_migrator.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/Library/Homebrew/test/test_migrator.rb b/Library/Homebrew/test/test_migrator.rb
index e85483a95..f69da3f6f 100644
--- a/Library/Homebrew/test/test_migrator.rb
+++ b/Library/Homebrew/test/test_migrator.rb
@@ -117,10 +117,6 @@ class MigratorTests < Homebrew::TestCase
assert_predicate @old_keg_record/"bin", :directory?
end
- def test_oldkeg_linked
- assert_predicate @migrator, :oldkeg_linked?
- end
-
def test_repin
@new_keg_record.join("bin").mkpath
expected_relative = @new_keg_record.relative_path_from HOMEBREW_LIBRARY/"PinnedKegs"