From a5cfea21a71a95414525d2e97a7cbee0e4e43e3e Mon Sep 17 00:00:00 2001 From: Chason Chaffin Date: Tue, 15 Dec 2015 17:20:50 -0800 Subject: [PATCH] Fix broken binary diff test 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. --- test/test_diff.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_diff.py b/test/test_diff.py index 2b98e9869..fff0c6702 100644 --- a/test/test_diff.py +++ b/test/test_diff.py @@ -77,6 +77,7 @@ literal 8 Pc${NM&PdElPvrst3ey5{ + """ DIFF_HEAD_TO_INDEX_EXPECTED = [