diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-06-15 22:55:36 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-06-15 22:55:36 +0200 |
commit | d5ff517560e5f06a7a34ab2ea65ea0c591362b56 (patch) | |
tree | 0a1d7eaf7a7f275f96c502975e72c686f8401f81 /tests | |
parent | 374ae3cf6b1defeb4542f13e8bfe3ddc2b955bb6 (diff) | |
download | gnutls-d5ff517560e5f06a7a34ab2ea65ea0c591362b56.tar.gz |
Disable openpgp-certs self-test.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 4684ec5066..88ecbe6f0b 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -23,7 +23,9 @@ SUBDIRS = rsa-md5-collision pkcs1-padding pkcs8-decode pkcs12-decode \ userid pathlen key-id sha2 hostname-check if ENABLE_OPENPGP -SUBDIRS += openpgp openpgp-certs +SUBDIRS += openpgp +# The 'openpgp-certs' sub-directory is disabled until we can make it +# work under Wine and under Debian buildds (problem with 127.0.0.2?). endif EXTRA_DIST = libgcrypt.supp |