aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/test_bottle.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/test/test_bottle.rb')
-rw-r--r--Library/Homebrew/test/test_bottle.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/Library/Homebrew/test/test_bottle.rb b/Library/Homebrew/test/test_bottle.rb
deleted file mode 100644
index f4398cc1d..000000000
--- a/Library/Homebrew/test/test_bottle.rb
+++ /dev/null
@@ -1,8 +0,0 @@
-require "testing_env"
-require "cmd/bottle"
-
-class BottleTests < Homebrew::TestCase
- def test_most_recent_mtime_with_broken_symlink()
- refute_nil Homebrew.most_recent_mtime(Pathname(File.join(TEST_DIRECTORY, 'resources/source-with-broken-symlink')))
- end
-end