aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMartin Afanasjew2016-07-10 03:28:35 +0200
committerMartin Afanasjew2016-07-10 16:01:10 +0200
commit9eed84b85c7c9c42b59e972568a7c9b21ee67fce (patch)
tree724fc9a95f71ba06b5bc22d3be0c7290d8353ea5 /Library
parent288aff5365c16ce6456e91f70c6ec9448d990d9e (diff)
downloadbrew-9eed84b85c7c9c42b59e972568a7c9b21ee67fce.tar.bz2
tests: remove bogus cleanup test
Test was added in 61614d35294c8faffaeb5c7f0ec6dea78dbbc30f, but never had any effect because it was replaced by a method of the same name a few lines further down.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/test/test_integration_cmds.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/Library/Homebrew/test/test_integration_cmds.rb b/Library/Homebrew/test/test_integration_cmds.rb
index f637308a3..b6b8286f7 100644
--- a/Library/Homebrew/test/test_integration_cmds.rb
+++ b/Library/Homebrew/test/test_integration_cmds.rb
@@ -187,11 +187,6 @@ class IntegrationCommandTests < Homebrew::TestCase
cmd("--cellar", testball)
end
- def test_cleanup
- assert_equal HOMEBREW_CACHE.to_s,
- cmd("cleanup")
- end
-
def test_env
assert_match %r{CMAKE_PREFIX_PATH="#{HOMEBREW_PREFIX}[:"]},
cmd("--env")