Am 22.05.2017 um 19:10 schrieb DOAN Tran Cong Danh:
diff --git a/t/t3203-branch-output.sh b/t/t3203-branch-output.sh
index 5778c0afe..fa4441868 100755
--- a/t/t3203-branch-output.sh
+++ b/t/t3203-branch-output.sh
@@ -13,7 +13,8 @@ test_expect_success 'make commits' '
test_expect_success 'make branches' '
git branch branch-one &&
- git branch branch-two HEAD^
+ git branch branch-two $(printf "%s\r\n" one " " line3_long line4 |
+ git commit-tree HEAD:)
'
test_expect_success 'make remote branches' '
This updated test shows nothing, I am afraid: If I apply only this
change without the rest of the patch, then all test in t3203 still pass.
And I do not see how the code change could make any difference at all.
What am I missing?
-- Hannes