t6302: skip only signed tags rather than all tests when GPG is missing
commit618310a3df8ddcbb33114c56b659056843c06626
authorEric Sunshine <sunshine@sunshineco.com>
Mon, 7 Mar 2016 00:10:27 +0000 (6 19:10 -0500)
committerJunio C Hamano <gitster@pobox.com>
Mon, 7 Mar 2016 02:51:38 +0000 (6 18:51 -0800)
treec9978b1b418b0d85bf06c99b89b044c008f591cf
parent7bc734eed2f3cc4cd171aaaac9ffff8b047c3896
t6302: skip only signed tags rather than all tests when GPG is missing

The primary purpose of these tests is to check filtering, sorting, and
formatting behavior of git-for-each-ref, so it is unfortunate that the
entire test script is skipped when GPG is not present. Rather than
skipping all tests, let's instead just skip testing against signed tags
when GPG is missing.

Helped-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t6302-for-each-ref-filter.sh