Define HOMEBREW_LIBRARY for tests

This commit is contained in:
Jack Nagel 2013-01-12 17:51:29 -06:00
parent bc3c07d197
commit 09b77a7785

View File

@ -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"