diff options
| author | Jack Nagel | 2013-12-14 09:47:32 -0600 |
|---|---|---|
| committer | Jack Nagel | 2013-12-14 09:47:32 -0600 |
| commit | 3656f595089d9c6c5f0ece8e5a1cee59667d79d8 (patch) | |
| tree | 45a37f4e745b4f79178f5854d88890b83ec0ffa2 /Library | |
| parent | f4e23b2227d142bc284544aa6ac6a2b15cd40a06 (diff) | |
| download | brew-3656f595089d9c6c5f0ece8e5a1cee59667d79d8.tar.bz2 | |
Add HOMEBREW_TEMP to testing environment
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/test/testing_env.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/test/testing_env.rb b/Library/Homebrew/test/testing_env.rb index 21985a349..6ee03d10c 100644 --- a/Library/Homebrew/test/testing_env.rb +++ b/Library/Homebrew/test/testing_env.rb @@ -21,6 +21,7 @@ HOMEBREW_CACHE = HOMEBREW_PREFIX.parent+'cache' HOMEBREW_CACHE_FORMULA = HOMEBREW_PREFIX.parent+'formula_cache' HOMEBREW_CELLAR = HOMEBREW_PREFIX.parent+'cellar' HOMEBREW_LOGS = HOMEBREW_PREFIX.parent+'logs' +HOMEBREW_TEMP = Pathname.new(ENV.fetch('HOMEBREW_TEMP', '/tmp')) HOMEBREW_USER_AGENT = 'Homebrew' HOMEBREW_WWW = 'http://example.com' HOMEBREW_CURL_ARGS = '-fsLA' |
