aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
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")