From: Felipe Contreras Date: Sat, 31 Aug 2013 04:31:49 +0000 (-0500) Subject: t: branch: fix typo X-Git-Tag: v1.8.5-rc0~118^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/002ba0376b0836ff36f3ba1d079258ca94e66aca t: branch: fix typo Signed-off-by: Felipe Contreras Signed-off-by: Junio C Hamano --- diff --git a/t/t3200-branch.sh b/t/t3200-branch.sh index ea548f9b98..3134652f8b 100755 --- a/t/t3200-branch.sh +++ b/t/t3200-branch.sh @@ -351,7 +351,7 @@ test_expect_success 'test overriding tracking setup via --no-track' ' test_expect_success 'no tracking without .fetch entries' ' git config branch.autosetupmerge true && git branch my6 s && - git config branch.automsetupmerge false && + git config branch.autosetupmerge false && test -z "$(git config branch.my6.remote)" && test -z "$(git config branch.my6.merge)" '