summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorMichael J Gruber <git@drmicha.warpmail.net>2010-10-08 21:03:15 (GMT)
committerJunio C Hamano <gitster@pobox.com>2010-10-08 21:10:33 (GMT)
commitc72781d6121135ff178e4b2278db07c9cc3ea6c4 (patch)
tree434de6506aac2c8b0e3cfedb9e5eeeae054d25b2 /t
parent79bc2af5ae161d1e81b57313c81fb81e3ec6c57d (diff)
downloadgit-c72781d6121135ff178e4b2278db07c9cc3ea6c4.zip
git-c72781d6121135ff178e4b2278db07c9cc3ea6c4.tar.gz
git-c72781d6121135ff178e4b2278db07c9cc3ea6c4.tar.bz2
t5503: fix typo
Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't')
-rwxr-xr-xt/t5503-tagfollow.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t5503-tagfollow.sh b/t/t5503-tagfollow.sh
index b6b1fc3..aa0ada0 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