Skip to content

Commit

Permalink
15-merge.t: Updated test cases to check for conflict markers in MERGE…
Browse files Browse the repository at this point in the history
…_MSG
  • Loading branch information
jacquesg committed Apr 17, 2014
1 parent d237912 commit 6852128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/15-merge.t
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ $index -> add('test1');
$index -> write;

my $merge_msg = $repo -> message();
is $merge_msg, "Merge branch 'branch2'\n";
is $merge_msg, "Merge branch 'branch2'\n\nConflicts:\n\ttest1\n";

$commit = $repo -> commit("Merge commit!", $me, $me, [$master -> target, $commit2],
$repo -> lookup($index -> write_tree));
Expand Down

0 comments on commit 6852128

Please sign in to comment.