Browse Source

t5503: fix typo

Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Michael J Gruber 14 years ago committed by Junio C Hamano
parent
commit
c72781d612
  1. 2
      t/t5503-tagfollow.sh

2
t/t5503-tagfollow.sh

@ -4,7 +4,7 @@ test_description='test automatic tag following' @@ -4,7 +4,7 @@ test_description='test automatic tag following'

. ./test-lib.sh

if !test_have_prereq NOT_MINGW; then
if ! test_have_prereq NOT_MINGW; then
say "GIT_DEBUG_SEND_PACK not supported - skipping tests"
fi


Loading…
Cancel
Save