aboutsummaryrefslogtreecommitdiffstats
path: root/t/t6427-diff3-conflict-markers.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/t6427-diff3-conflict-markers.sh')
-rwxr-xr-xt/t6427-diff3-conflict-markers.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t6427-diff3-conflict-markers.sh b/t/t6427-diff3-conflict-markers.sh
index dd5fe6a402..57569c4f4b 100755
--- a/t/t6427-diff3-conflict-markers.sh
+++ b/t/t6427-diff3-conflict-markers.sh
@@ -207,7 +207,7 @@ test_expect_success 'rebase --apply describes fake ancestor base' '
cd rebase &&
git rebase --abort &&
test_must_fail git -c merge.conflictstyle=diff3 rebase --apply main &&
- grep "||||||| constructed merge base" file
+ grep "||||||| constructed fake ancestor" file
)
'