aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test
diff options
context:
space:
mode:
authorMike McQuaid2016-09-09 13:08:02 +0100
committerMike McQuaid2016-09-09 13:08:02 +0100
commit30fd4f3fe5d13f4fce9ba273580073327e17cf35 (patch)
tree830eea1154d9638df7e6e2a027ca87487e0d762f /Library/Homebrew/test
parentb5a6b4e8e15ec5110d3ac15543990f22c5abe7b4 (diff)
downloadbrew-30fd4f3fe5d13f4fce9ba273580073327e17cf35.tar.bz2
diagnostic: remove duplicate checks.
Diffstat (limited to 'Library/Homebrew/test')
-rw-r--r--Library/Homebrew/test/test_diagnostic.rb11
1 files changed, 0 insertions, 11 deletions
diff --git a/Library/Homebrew/test/test_diagnostic.rb b/Library/Homebrew/test/test_diagnostic.rb
index eeb1fcf1f..5d0f5f386 100644
--- a/Library/Homebrew/test/test_diagnostic.rb
+++ b/Library/Homebrew/test/test_diagnostic.rb
@@ -83,17 +83,6 @@ class DiagnosticChecksTest < Homebrew::TestCase
HOMEBREW_CELLAR.chmod mod
end
- def test_check_access_prefix_opt
- opt = HOMEBREW_PREFIX.join("opt")
- opt.mkpath
- opt.chmod 0555
-
- assert_match "#{opt} isn't writable.",
- @checks.check_access_prefix_opt
- ensure
- opt.unlink
- end
-
def test_check_homebrew_prefix
# the integration tests are run in a special prefix
assert_match "Your Homebrew is not installed to /usr/local",