Skip to content

Commit fb15958

Browse files
Eric Wonggitster
authored andcommitted
git-svn: t9114: verify merge commit message in test
It's possible that we end up with an incorrect commit message in this test after making changes to fix the clobber bug in dcommit. Signed-off-by: Eric Wong <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent c74d9ac commit fb15958

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

t/t9114-git-svn-dcommit-merge.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,9 @@ test_expect_success 'verify post-merge ancestry' "
8686
git cat-file commit refs/heads/svn^ | grep '^friend$'
8787
"
8888

89+
test_expect_success 'verify merge commit message' "
90+
git rev-list --pretty=raw -1 refs/heads/svn | \
91+
grep \" Merge branch 'merge' into svn\"
92+
"
93+
8994
test_done

0 commit comments

Comments
 (0)