diff options
| author | Josh Hagins | 2016-07-16 01:18:30 -0400 |
|---|---|---|
| committer | Martin Afanasjew | 2016-07-16 07:18:30 +0200 |
| commit | 4abdeb7b5eb06acb633a9ac12d7c681d736a5286 (patch) | |
| tree | 718d76f5af0ea6a536904b4da99054d3e23c75dc /Library/Homebrew/test/fixtures | |
| parent | 91d32e77adf743510f0873e9195b3fe0dc065efd (diff) | |
| download | brew-4abdeb7b5eb06acb633a9ac12d7c681d736a5286.tar.bz2 | |
update: Don't report formulae that are moved within a tap but not renamed (#480)
Diffstat (limited to 'Library/Homebrew/test/fixtures')
| -rw-r--r-- | Library/Homebrew/test/fixtures/updater_fixture.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Homebrew/test/fixtures/updater_fixture.yaml b/Library/Homebrew/test/fixtures/updater_fixture.yaml index b978bf5d6..06a6a0c7f 100644 --- a/Library/Homebrew/test/fixtures/updater_fixture.yaml +++ b/Library/Homebrew/test/fixtures/updater_fixture.yaml @@ -45,6 +45,8 @@ update_git_diff_output_with_formula_rename: | update_git_diff_output_with_restructured_tap: | R100 git.rb Formula/git.rb R100 lua.rb Formula/lua.rb +update_git_diff_output_with_formula_rename_and_restructuring: | + R100 xchat.rb Formula/xchat2.rb update_git_diff_simulate_homebrew_php_restructuring: | R100 Formula/git.rb Abstract/git.rb R100 Formula/lua.rb Abstract/lua.rb |
