From: "Torsten Bögershausen" <tboegi@web•de>
To: Christian Hesse <mail@eworm•de>, git@vger•kernel.org
Subject: Re: [PATCH 1/1] skip RFC1991 tests with gnupg 2.1.x
Date: Thu, 11 Dec 2014 16:32:27 +0100 [thread overview]
Message-ID: <5489B90B.6070706@web.de> (raw)
In-Reply-To: <1418290234-21516-1-git-send-email-mail@eworm.de>
On 11.12.14 10:30, Christian Hesse wrote:
> ---
> t/lib-gpg.sh | 6 ++++++
> t/t7004-tag.sh | 14 +++++++-------
> 2 files changed, 13 insertions(+), 7 deletions(-)
>
> diff --git a/t/lib-gpg.sh b/t/lib-gpg.sh
> index cd2baef..05b07c6 100755
> --- a/t/lib-gpg.sh
> +++ b/t/lib-gpg.sh
> @@ -22,6 +22,12 @@ else
> GNUPGHOME="$(pwd)/gpghome"
> export GNUPGHOME
> test_set_prereq GPG
> + case "$gpg_version" in
> + 'gpg (GnuPG) 2.1.'*)
> + say "Your version of gpg (2.1.x) is missing some legacy features"
> + test_set_prereq GNUPG21
> + ;;
> + esac
> ;;
> esac
> fi
We do not really need the GNUPG21 (and we don't need to touch the TC at all)
case "$gpg_version" in
'gpg (GnuPG) 2.1.'*)
say "Your version of gpg (2.1.x) is missing some legacy features"
;;
*)
test_set_prereq GPG
;;
esac
;;
next prev parent reply other threads:[~2014-12-11 15:32 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-11 9:30 [PATCH 1/1] skip RFC1991 tests with gnupg 2.1.x Christian Hesse
2014-12-11 15:32 ` Torsten Bögershausen [this message]
2014-12-11 16:54 ` Michael J Gruber
2014-12-11 22:44 ` Christian Hesse
2014-12-11 23:10 ` Junio C Hamano
2014-12-12 8:35 ` Christian Hesse
2014-12-12 9:54 ` Christian Hesse
2014-12-12 16:00 ` Michael J Gruber
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5489B90B.6070706@web.de \
--to=tboegi@web$(echo .)de \
--cc=git@vger$(echo .)kernel.org \
--cc=mail@eworm$(echo .)de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox