From: Michael J Gruber Date: Fri, 8 Oct 2010 21:03:15 +0000 (+0200) Subject: t5503: fix typo X-Git-Tag: v1.7.4-rc0~181 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=c72781d6121135ff178e4b2278db07c9cc3ea6c4;p=git.git t5503: fix typo Signed-off-by: Michael J Gruber Signed-off-by: Junio C Hamano --- diff --git a/t/t5503-tagfollow.sh b/t/t5503-tagfollow.sh index b6b1fc30c..aa0ada014 100755 --- a/t/t5503-tagfollow.sh +++ b/t/t5503-tagfollow.sh @@ -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