From 2e9ec473e95f96e9b0cf285b416aaaa68afb141b Mon Sep 17 00:00:00 2001 From: David Yun Date: Fri, 7 Oct 2016 17:09:24 +0800 Subject: Fix HOMEBREW_PREFIX/Caskroom file leak --- Library/Homebrew/test/helper/integration_command_test_case.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library') 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", -- cgit v1.2.3