aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorDavid Yun2016-10-07 17:09:24 +0800
committerDavid Yun2016-10-07 17:09:24 +0800
commit2e9ec473e95f96e9b0cf285b416aaaa68afb141b (patch)
treef8207c4851aa0b103e580e2dda560c5a67a16273 /Library
parent81082303dc9e1d05561470d9355169b9953640d4 (diff)
downloadbrew-2e9ec473e95f96e9b0cf285b416aaaa68afb141b.tar.bz2
Fix HOMEBREW_PREFIX/Caskroom file leak
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/test/helper/integration_command_test_case.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/test/helper/integration_command_test_case.rb b/Library/Homebrew/test/helper/integration_command_test_case.rb
index 2a677e802..e894583bb 100644
--- a/Library/Homebrew/test/helper/integration_command_test_case.rb
+++ b/Library/Homebrew/test/helper/integration_command_test_case.rb
@@ -24,6 +24,7 @@ class IntegrationCommandTestCase < Homebrew::TestCase
HOMEBREW_PREFIX/"bin",
HOMEBREW_PREFIX/"share",
HOMEBREW_PREFIX/"opt",
+ HOMEBREW_PREFIX/"Caskroom",
HOMEBREW_LIBRARY/"Taps/caskroom",
HOMEBREW_LIBRARY/"Taps/homebrew/homebrew-bundle",
HOMEBREW_LIBRARY/"Taps/homebrew/homebrew-foo",