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.
This commit is contained in:
Martin Afanasjew 2016-07-10 03:28:35 +02:00
parent 288aff5365
commit 9eed84b85c

View File

@ -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")