Skip to content

Commit 002ba03

Browse files
felipecgitster
authored andcommitted
t: branch: fix typo
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 140cd84 commit 002ba03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t3200-branch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ test_expect_success 'test overriding tracking setup via --no-track' '
351351
test_expect_success 'no tracking without .fetch entries' '
352352
git config branch.autosetupmerge true &&
353353
git branch my6 s &&
354-
git config branch.automsetupmerge false &&
354+
git config branch.autosetupmerge false &&
355355
test -z "$(git config branch.my6.remote)" &&
356356
test -z "$(git config branch.my6.merge)"
357357
'

0 commit comments

Comments
 (0)