diff options
| author | Xu Cheng | 2016-02-26 19:43:49 +0800 |
|---|---|---|
| committer | Xu Cheng | 2016-04-02 21:51:36 +0800 |
| commit | deea4c82a4e64e746465cd74ea80e9afbedd9a91 (patch) | |
| tree | 7bc10cf25fcec31e79af9e7ec3ee35a794cbc092 /Library/Homebrew/test/testing_env.rb | |
| parent | 2bb30fc5f0ab4146190e65d017ea0ad4eac40dbf (diff) | |
| download | brew-deea4c82a4e64e746465cd74ea80e9afbedd9a91.tar.bz2 | |
fix brew tests
Fix the `brew tests` problem caused by core/formula separation.
Diffstat (limited to 'Library/Homebrew/test/testing_env.rb')
| -rw-r--r-- | Library/Homebrew/test/testing_env.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/testing_env.rb b/Library/Homebrew/test/testing_env.rb index 8b76dee2c..b70b6cd6d 100644 --- a/Library/Homebrew/test/testing_env.rb +++ b/Library/Homebrew/test/testing_env.rb @@ -6,7 +6,7 @@ require "global" require "formulary" # Test environment setup -HOMEBREW_LIBRARY.join("Formula").mkpath +(HOMEBREW_LIBRARY/"Taps/homebrew/homebrew-core/Formula").mkpath %w[cache formula_cache cellar logs].each { |d| HOMEBREW_PREFIX.parent.join(d).mkpath } # Test fixtures and files can be found relative to this path |
