Skip to content

Commit 6d2d43d

Browse files
committed
t7600: fix typo in test title
Spotted by Ram, confirmed by Miklos. Signed-off-by: Junio C Hamano <[email protected]>
1 parent a54841e commit 6d2d43d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t7600-merge.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ test_expect_success 'option --ff-only overwrites --no-ff' '
502502
test_must_fail git merge --no-ff --ff-only c2
503503
'
504504

505-
test_expect_success 'option --ff-only overwrites merge.ff=only config' '
505+
test_expect_success 'option --no-ff overrides merge.ff=only config' '
506506
git reset --hard c0 &&
507507
test_config merge.ff only &&
508508
git merge --no-ff c1

0 commit comments

Comments
 (0)