Skip to content

Commit

Permalink
t7600: fix typo in test title
Browse files Browse the repository at this point in the history
Spotted by Ram, confirmed by Miklos.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Junio C Hamano committed Jul 23, 2013
1 parent a54841e commit 6d2d43d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/t7600-merge.sh
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ test_expect_success 'option --ff-only overwrites --no-ff' '
test_must_fail git merge --no-ff --ff-only c2
'

test_expect_success 'option --ff-only overwrites merge.ff=only config' '
test_expect_success 'option --no-ff overrides merge.ff=only config' '
git reset --hard c0 &&
test_config merge.ff only &&
git merge --no-ff c1
Expand Down

0 comments on commit 6d2d43d

Please sign in to comment.