diff options
| author | Jack Nagel | 2013-01-12 17:51:29 -0600 |
|---|---|---|
| committer | Jack Nagel | 2013-01-12 17:51:29 -0600 |
| commit | 09b77a7785708ad7c1d72ea4b5169118aaa79268 (patch) | |
| tree | 28c21835b235c4b3895e81b6f5411d7c242e5801 /Library | |
| parent | bc3c07d197e010e080af2e44cd896828be10e0ff (diff) | |
| download | brew-09b77a7785708ad7c1d72ea4b5169118aaa79268.tar.bz2 | |
Define HOMEBREW_LIBRARY for tests
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 a975a83e1..dbd7b8cba 100644 --- a/Library/Homebrew/test/testing_env.rb +++ b/Library/Homebrew/test/testing_env.rb @@ -17,6 +17,7 @@ require 'utils' # homebrew tree, and we do want to test everything :) HOMEBREW_PREFIX=Pathname.new '/private/tmp/testbrew/prefix' HOMEBREW_REPOSITORY=HOMEBREW_PREFIX +HOMEBREW_LIBRARY=HOMEBREW_REPOSITORY+"Library" HOMEBREW_CACHE=HOMEBREW_PREFIX.parent+"cache" HOMEBREW_CACHE_FORMULA=HOMEBREW_PREFIX.parent+"formula_cache" HOMEBREW_CELLAR=HOMEBREW_PREFIX.parent+"cellar" |
