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/fixtures | |
| 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/fixtures')
| -rw-r--r-- | Library/Homebrew/test/fixtures/receipt.json | 4 | ||||
| -rw-r--r-- | Library/Homebrew/test/fixtures/updater_fixture.yaml | 34 |
2 files changed, 19 insertions, 19 deletions
diff --git a/Library/Homebrew/test/fixtures/receipt.json b/Library/Homebrew/test/fixtures/receipt.json index 8a3adc672..d021dda3f 100644 --- a/Library/Homebrew/test/fixtures/receipt.json +++ b/Library/Homebrew/test/fixtures/receipt.json @@ -14,8 +14,8 @@ "stdlib": "libcxx", "compiler": "clang", "source": { - "path": "/usr/local/Library/Formula/foo.rb", - "tap": "Homebrew/homebrew", + "path": "/usr/local/Library/Taps/hombrew/homebrew-core/Formula/foo.rb", + "tap": "homebrew/core", "spec": "stable" } } diff --git a/Library/Homebrew/test/fixtures/updater_fixture.yaml b/Library/Homebrew/test/fixtures/updater_fixture.yaml index 6f7547570..b978bf5d6 100644 --- a/Library/Homebrew/test/fixtures/updater_fixture.yaml +++ b/Library/Homebrew/test/fixtures/updater_fixture.yaml @@ -7,13 +7,13 @@ update_git_diff_output_without_formulae_changes: | M bin/brew update_git_diff_output_with_formulae_changes: | M Library/Contributions/brew_bash_completion.sh - A Library/Formula/antiword.rb - A Library/Formula/bash-completion.rb - A Library/Formula/ddrescue.rb - A Library/Formula/dict.rb - A Library/Formula/lua.rb - M Library/Formula/xar.rb - M Library/Formula/yajl.rb + A Formula/antiword.rb + A Formula/bash-completion.rb + A Formula/ddrescue.rb + A Formula/dict.rb + A Formula/lua.rb + M Formula/xar.rb + M Formula/yajl.rb M Library/Homebrew/ARGV+yeast.rb M Library/Homebrew/beer_events.rb M Library/Homebrew/hardware.rb @@ -25,23 +25,23 @@ update_git_diff_output_with_formulae_changes: | M README M bin/brew update_git_diff_output_with_removed_formulae: | - A Library/Formula/flac123.rb - M Library/Formula/gdal.rb - M Library/Formula/grass.rb - M Library/Formula/json_spirit.rb - A Library/Formula/libbson.rb - D Library/Formula/libgsasl.rb + A Formula/flac123.rb + M Formula/gdal.rb + M Formula/grass.rb + M Formula/json_spirit.rb + A Formula/libbson.rb + D Formula/libgsasl.rb update_git_diff_output_with_changed_filetype: | A Library/ENV/4.3/ant T Library/ENV/4.3/bsdmake M Library/ENV/4.3/make - M Library/Formula/elixir.rb - A Library/Formula/libbson.rb - D Library/Formula/libgsasl.rb + M Formula/elixir.rb + A Formula/libbson.rb + D Formula/libgsasl.rb M Library/Homebrew/cmd/update.rb M SUPPORTERS.md update_git_diff_output_with_formula_rename: | - R100 Library/Formula/cv.rb Library/Formula/progress.rb + R100 Formula/cv.rb Formula/progress.rb update_git_diff_output_with_restructured_tap: | R100 git.rb Formula/git.rb R100 lua.rb Formula/lua.rb |
