Skip to content

Commit c72781d

Browse files
Michael J Grubergitster
authored andcommitted
t5503: fix typo
Signed-off-by: Michael J Gruber <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 79bc2af commit c72781d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t5503-tagfollow.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ test_description='test automatic tag following'
44

55
. ./test-lib.sh
66

7-
if !test_have_prereq NOT_MINGW; then
7+
if ! test_have_prereq NOT_MINGW; then
88
say "GIT_DEBUG_SEND_PACK not supported - skipping tests"
99
fi
1010

0 commit comments

Comments
 (0)