mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-31 11:41:32 +01:00
dirmngr: Silence one regression test.
* dirmngr/t-dns-stuff.c (main): Do not print info during standard "make check". Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
e64317c15e
commit
6deafb92ab
@ -155,7 +155,8 @@ main (int argc, char **argv)
|
||||
void *key;
|
||||
size_t keylen;
|
||||
|
||||
printf ("CERT lookup on '%s'\n", name);
|
||||
if (verbose || any_options)
|
||||
printf ("CERT lookup on '%s'\n", name);
|
||||
|
||||
err = get_dns_cert (name, DNS_CERTTYPE_ANY, &key, &keylen,
|
||||
&fpr, &fpr_len, &url);
|
||||
@ -164,7 +165,8 @@ main (int argc, char **argv)
|
||||
gpg_strerror (err), gpg_strsource (err));
|
||||
else if (key)
|
||||
{
|
||||
printf ("Key found (%u bytes)\n", (unsigned int)keylen);
|
||||
if (verbose || any_options)
|
||||
printf ("Key found (%u bytes)\n", (unsigned int)keylen);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user