tests: cleanup test bottle

This commit is contained in:
Baptiste Fontaine 2016-02-07 12:25:14 +01:00
parent 115e6b49bc
commit 570345d1a0

View File

@ -158,6 +158,7 @@ class IntegrationCommandTests < Homebrew::TestCase
cmd("uninstall", "--force", "testball")
cmd("cleanup", "--force", "--prune=all")
formula_file.unlink unless formula_file.nil?
FileUtils.rm_f Dir["testball-0.1*.bottle.tar.gz"]
end
def test_uninstall