diff options
| author | Baptiste Fontaine | 2016-02-07 12:25:14 +0100 |
|---|---|---|
| committer | Baptiste Fontaine | 2016-02-07 13:30:40 +0100 |
| commit | 570345d1a03b2ab9342ca35f5d71ef6635eaff73 (patch) | |
| tree | 5800785c1893874c2b8977759a3bf3ca477ae6e4 | |
| parent | 115e6b49bcfe1a6b32d52fb873af284a0750a1cb (diff) | |
| download | brew-570345d1a03b2ab9342ca35f5d71ef6635eaff73.tar.bz2 | |
tests: cleanup test bottle
| -rw-r--r-- | Library/Homebrew/test/test_integration_cmds.rb | 1 |
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 |
