aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorBaptiste Fontaine2016-02-07 12:25:14 +0100
committerBaptiste Fontaine2016-02-07 13:30:40 +0100
commit570345d1a03b2ab9342ca35f5d71ef6635eaff73 (patch)
tree5800785c1893874c2b8977759a3bf3ca477ae6e4 /Library/Homebrew
parent115e6b49bcfe1a6b32d52fb873af284a0750a1cb (diff)
downloadbrew-570345d1a03b2ab9342ca35f5d71ef6635eaff73.tar.bz2
tests: cleanup test bottle
Diffstat (limited to 'Library/Homebrew')
-rw-r--r--Library/Homebrew/test/test_integration_cmds.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/test/test_integration_cmds.rb b/Library/Homebrew/test/test_integration_cmds.rb
index c6a4702c6..8b1c7ed34 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