aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/testing_env.rb
diff options
context:
space:
mode:
authorAndrea Kao2016-07-19 08:23:44 -0700
committerMartin Afanasjew2016-07-19 17:23:44 +0200
commit4b40a87ca40f878affdfb9d2464ec8ea1246d9d2 (patch)
tree0238ce8be710444768ca23f1cd45c85cf1adc4e3 /Library/Homebrew/test/testing_env.rb
parent5768e32ad20208e8c5c1029ef2c9b47abd2caa2d (diff)
downloadbrew-4b40a87ca40f878affdfb9d2464ec8ea1246d9d2.tar.bz2
tests: nest HOMEBREW_TEMP inside TEST_TMPDIR (#554)
Diffstat (limited to 'Library/Homebrew/test/testing_env.rb')
-rw-r--r--Library/Homebrew/test/testing_env.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/testing_env.rb b/Library/Homebrew/test/testing_env.rb
index 887cb2dbb..72847953d 100644
--- a/Library/Homebrew/test/testing_env.rb
+++ b/Library/Homebrew/test/testing_env.rb
@@ -7,7 +7,7 @@ require "formulary"
# Test environment setup
(HOMEBREW_LIBRARY/"Taps/homebrew/homebrew-core/Formula").mkpath
-%w[cache formula_cache locks cellar logs].each { |d| HOMEBREW_PREFIX.parent.join(d).mkpath }
+%w[cache formula_cache locks cellar logs temp].each { |d| HOMEBREW_PREFIX.parent.join(d).mkpath }
# Test fixtures and files can be found relative to this path
TEST_DIRECTORY = File.dirname(File.expand_path(__FILE__))