summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2016-06-29 23:09:04 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2016-06-29 23:09:07 +0200
commitebe0546128902ce2d4a0f130fe48b5a86a222bcf (patch)
treec1d339543dbd985a71a78fc58ff3eeceea451538
parent3276c2b8d993e278027e505ca93047075d7efbb1 (diff)
downloadgnutls-ebe0546128902ce2d4a0f130fe48b5a86a222bcf.tar.gz
tests: name-constraints moved to non-windows running scripts
That is because datefudge doesn't work there.
-rw-r--r--tests/cert-tests/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/cert-tests/Makefile.am b/tests/cert-tests/Makefile.am
index 66a774c2e8..b2d7e54d23 100644
--- a/tests/cert-tests/Makefile.am
+++ b/tests/cert-tests/Makefile.am
@@ -37,7 +37,7 @@ EXTRA_DIST = ca-no-pathlen.pem no-ca-or-pathlen.pem aki-cert.pem \
template-unique.tmpl template-unique.pem name-constraints-ip2.pem
dist_check_SCRIPTS = pathlen aki certtool invalid-sig email \
- pkcs7 privkey-import name-constraints certtool-long-cn crl
+ pkcs7 privkey-import certtool-long-cn crl
if !HAVE_BUGGY_LIBIDN
dist_check_SCRIPTS += certtool-utf8
@@ -48,7 +48,7 @@ dist_check_SCRIPTS += crq
endif
if !WINDOWS
-dist_check_SCRIPTS += template-test pem-decoding
+dist_check_SCRIPTS += template-test pem-decoding name-constraints
endif
if ENABLE_DANE