From 570345d1a03b2ab9342ca35f5d71ef6635eaff73 Mon Sep 17 00:00:00 2001 From: Baptiste Fontaine Date: Sun, 7 Feb 2016 12:25:14 +0100 Subject: [PATCH] tests: cleanup test bottle --- Library/Homebrew/test/test_integration_cmds.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Homebrew/test/test_integration_cmds.rb b/Library/Homebrew/test/test_integration_cmds.rb index c6a4702c69..8b1c7ed34a 100644 --- a/Library/Homebrew/test/test_integration_cmds.rb +++ b/Library/Homebrew/test/test_integration_cmds.rb @@ -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