Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit 6ae5d98

Browse files
committed
Merge branch 'rt/commentchar-fmt-merge-msg'
A test fix for recent update. * rt/commentchar-fmt-merge-msg: t6200: avoid path mangling issue on Windows
2 parents 4407ea4 + 16a794d commit 6ae5d98

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

t/t6200-fmt-merge-msg.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,8 @@ test_expect_success '--log=5 with custom comment character' '
179179
cat >expected <<-EOF &&
180180
Merge branch ${apos}left${apos}
181181
182-
/ By Another Author (3) and A U Thor (2)
183-
/ Via Another Committer
182+
x By Another Author (3) and A U Thor (2)
183+
x Via Another Committer
184184
* left:
185185
Left #5
186186
Left #4
@@ -189,7 +189,7 @@ test_expect_success '--log=5 with custom comment character' '
189189
Common #1
190190
EOF
191191
192-
git -c core.commentchar="/" fmt-merge-msg --log=5 <.git/FETCH_HEAD >actual &&
192+
git -c core.commentchar="x" fmt-merge-msg --log=5 <.git/FETCH_HEAD >actual &&
193193
test_cmp expected actual
194194
'
195195

0 commit comments

Comments
 (0)