test_updater: Make fixture internally consistent
The update_git_pull_output_with_formulae_changes fixture (which consists of mocked-up `git pull` output) listed a few files as both updated and deleted. This caused the test_update_homebrew_with_formulae_changes test to fail. My guess is that this fixture was mocked-up before formula deletion handling was introduced, and became broken when it was. This revision just makes this fixture internally consistent, and allows the associated test to pass. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
581d35a087
commit
80e17cde57
@ -47,11 +47,7 @@ update_git_pull_output_with_formulae_changes: |
|
||||
create mode 100644 Library/Formula/ddrescue.rb
|
||||
create mode 100644 Library/Formula/dict.rb
|
||||
create mode 100644 Library/Formula/lua.rb
|
||||
delete mode 100644 Library/Formula/antiword.rb
|
||||
delete mode 100644 Library/Formula/bash-completion.rb
|
||||
delete mode 100644 Library/Formula/xar.rb
|
||||
delete mode 100644 Library/Formula/yajl.rb
|
||||
create mode 100644 Library/Homebrew/beer_events.rb
|
||||
create mode 100644 Library/Homebrew/hardware.rb
|
||||
delete mode 100644 Library/Homebrew/hw.model.c
|
||||
delete mode 100644 Library/Homebrew/hw.model.rb
|
||||
delete mode 100644 Library/Homebrew/hw.model.rb
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user