aboutsummaryrefslogtreecommitdiffstats
path: root/t/t6439-merge-co-error-msgs.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/t6439-merge-co-error-msgs.sh')
-rwxr-xr-xt/t6439-merge-co-error-msgs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t6439-merge-co-error-msgs.sh b/t/t6439-merge-co-error-msgs.sh
index 55bd744a3f..643c9368e0 100755
--- a/t/t6439-merge-co-error-msgs.sh
+++ b/t/t6439-merge-co-error-msgs.sh
@@ -47,7 +47,7 @@ test_expect_success 'untracked files overwritten by merge (fast and non-fast for
export GIT_MERGE_VERBOSITY &&
test_must_fail git merge branch 2>out2
) &&
- echo "Merge with strategy ${GIT_TEST_MERGE_ALGORITHM:-ort} failed." >>expect &&
+ echo "Merge with strategy ort failed." >>expect &&
test_cmp out2 expect &&
git reset --hard HEAD^
'