aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/testing_env.rb
diff options
context:
space:
mode:
authorMax Howell2011-08-23 23:20:13 +0100
committerMax Howell2011-08-24 22:30:43 +0100
commit35391a309c6a451c1fc09c6f7a5752a62b6b2700 (patch)
treedb306931b75c27afb479836acc40f3ff0618d546 /Library/Homebrew/test/testing_env.rb
parent26a66f80f6738747404bcc38dbedd74d2cac1b25 (diff)
downloadhomebrew-35391a309c6a451c1fc09c6f7a5752a62b6b2700.tar.bz2
HOMEBREW_CURL_ARGS so that tests can be more silent
Diffstat (limited to 'Library/Homebrew/test/testing_env.rb')
-rw-r--r--Library/Homebrew/test/testing_env.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Homebrew/test/testing_env.rb b/Library/Homebrew/test/testing_env.rb
index 0933185bb..c0556651c 100644
--- a/Library/Homebrew/test/testing_env.rb
+++ b/Library/Homebrew/test/testing_env.rb
@@ -15,9 +15,11 @@ require 'exceptions'
HOMEBREW_PREFIX=Pathname.new '/private/tmp/testbrew/prefix'
HOMEBREW_REPOSITORY=HOMEBREW_PREFIX
HOMEBREW_CACHE=HOMEBREW_PREFIX.parent+"cache"
+HOMEBREW_CACHE_FORMULA=HOMEBREW_PREFIX.parent+"formula_cache"
HOMEBREW_CELLAR=HOMEBREW_PREFIX.parent+"cellar"
HOMEBREW_USER_AGENT="Homebrew"
HOMEBREW_WWW='http://example.com'
+HOMEBREW_CURL_ARGS = '-fsLA'
MACOS_VERSION=10.6
(HOMEBREW_PREFIX+'Library/Formula').mkpath