Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken binary diff test #586

Merged
merged 1 commit into from
Dec 16, 2015
Merged

Fix broken binary diff test #586

merged 1 commit into from
Dec 16, 2015

Conversation

chason
Copy link
Contributor

@chason chason commented Dec 16, 2015

In a recent commit to libgit2, binary diffs were changed to have a
trailing empty line. This broke a test in test_diff because it compares
it directly against the string. I've added the extra line to the
expected output and the test now passes correctly.

The relevant libgit2 commit can be found here: libgit2/libgit2@e4b2b91

In a recent commit to libgit2, binary diffs were changed to have a
trailing empty line. This broke a test in test_diff because it compares
it directly against the string. I've added the extra line to the
expected output and the test now passes correctly.
@jdavid jdavid merged commit a5cfea2 into libgit2:master Dec 16, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants