X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=t%2Ft7004-tag.sh;h=ac943f5eeecd17dd1edc5834265df9e16e5032f2;hb=452c6d506b1a6dcf24d4ceaa592afc39c1c1a60e;hp=73dbc4360b58c95ae135577031fb8e60b3f395f7;hpb=4197195bee15f120e99d797b22108fd274235fd7;p=git.git diff --git a/t/t7004-tag.sh b/t/t7004-tag.sh index 73dbc4360..ac943f5ee 100755 --- a/t/t7004-tag.sh +++ b/t/t7004-tag.sh @@ -583,7 +583,7 @@ test_expect_success \ # subsequent tests require gpg; check if it is available gpg --version >/dev/null 2>/dev/null if [ $? -eq 127 ]; then - say "gpg not found - skipping tag signing and verification tests" + say "# gpg not found - skipping tag signing and verification tests" else # As said here: http://www.gnupg.org/documentation/faqs.html#q6.19 # the gpg version 1.0.6 didn't parse trust packets correctly, so for