aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorMarkus Reiter2017-01-26 00:59:12 +0100
committerMarkus Reiter2017-02-03 17:27:36 +0100
commitac9214465412b1c4c5c876be0a414fa2de895b66 (patch)
tree4c090dc0664fd5d01b9c45cef6be08cc40c09bee /Library/Homebrew
parentb7658539696ed7a36dabacf9a34492ce87d31542 (diff)
downloadbrew-ac9214465412b1c4c5c876be0a414fa2de895b66.tar.bz2
Add comment about `FSLeakLogger` to `Homebrew::TestCase`.
Diffstat (limited to 'Library/Homebrew')
-rw-r--r--Library/Homebrew/test/support/helper/test_case.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Homebrew/test/support/helper/test_case.rb b/Library/Homebrew/test/support/helper/test_case.rb
index d1600f9f9..1c84b5c63 100644
--- a/Library/Homebrew/test/support/helper/test_case.rb
+++ b/Library/Homebrew/test/support/helper/test_case.rb
@@ -23,6 +23,8 @@ module Homebrew
].freeze
def setup
+ # These directories need to be created before
+ # `FSLeakLogger` is called with `super`.
TEST_DIRECTORIES.each(&:mkpath)
super