diff options
-rw-r--r-- | tests/Makefile.am | 2 | ||||
-rw-r--r-- | tests/cert-tests/Makefile.am | 2 | ||||
-rw-r--r-- | tests/cert-tests/ca-certs.pem (renamed from tests/certs/ca-certs.pem) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index c1fc53f204..8437924e55 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -99,7 +99,7 @@ dist_check_SCRIPTS = rfc2253-escape-test TESTS = $(ctests) $(dist_check_SCRIPTS) TESTS_ENVIRONMENT = \ - CAFILE=$(srcdir)/certs/ca-certs.pem \ + CAFILE=$(srcdir)/cert-tests/ca-certs.pem \ PKCS12FILE=$(srcdir)/pkcs12-decode/client.p12 \ PKCS12PASSWORD=foobar \ PKCS12FILE_2=$(srcdir)/pkcs12-decode/pkcs12_2certs.p12 \ diff --git a/tests/cert-tests/Makefile.am b/tests/cert-tests/Makefile.am index 38c0571546..098c861ccb 100644 --- a/tests/cert-tests/Makefile.am +++ b/tests/cert-tests/Makefile.am @@ -21,7 +21,7 @@ EXTRA_DIST = ca-no-pathlen.pem no-ca-or-pathlen.pem aki-cert.pem \ template-test.key template-test.pem template-test.tmpl \ - funny-spacing.pem + funny-spacing.pem ca-certs.pem dist_check_SCRIPTS = pathlen aki template-test pem-decoding diff --git a/tests/certs/ca-certs.pem b/tests/cert-tests/ca-certs.pem index 76f13777a7..76f13777a7 100644 --- a/tests/certs/ca-certs.pem +++ b/tests/cert-tests/ca-certs.pem |