From 9eed84b85c7c9c42b59e972568a7c9b21ee67fce Mon Sep 17 00:00:00 2001 From: Martin Afanasjew Date: Sun, 10 Jul 2016 03:28:35 +0200 Subject: 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. --- Library/Homebrew/test/test_integration_cmds.rb | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Library') 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") -- cgit v1.2.3