Define HOMEBREW_LIBRARY for tests
This commit is contained in:
parent
bc3c07d197
commit
09b77a7785
@ -17,6 +17,7 @@ require 'utils'
|
|||||||
# homebrew tree, and we do want to test everything :)
|
# homebrew tree, and we do want to test everything :)
|
||||||
HOMEBREW_PREFIX=Pathname.new '/private/tmp/testbrew/prefix'
|
HOMEBREW_PREFIX=Pathname.new '/private/tmp/testbrew/prefix'
|
||||||
HOMEBREW_REPOSITORY=HOMEBREW_PREFIX
|
HOMEBREW_REPOSITORY=HOMEBREW_PREFIX
|
||||||
|
HOMEBREW_LIBRARY=HOMEBREW_REPOSITORY+"Library"
|
||||||
HOMEBREW_CACHE=HOMEBREW_PREFIX.parent+"cache"
|
HOMEBREW_CACHE=HOMEBREW_PREFIX.parent+"cache"
|
||||||
HOMEBREW_CACHE_FORMULA=HOMEBREW_PREFIX.parent+"formula_cache"
|
HOMEBREW_CACHE_FORMULA=HOMEBREW_PREFIX.parent+"formula_cache"
|
||||||
HOMEBREW_CELLAR=HOMEBREW_PREFIX.parent+"cellar"
|
HOMEBREW_CELLAR=HOMEBREW_PREFIX.parent+"cellar"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user