summaryrefslogtreecommitdiffstats
path: root/test/Makefile
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2012-12-13 15:49:15 +0000
committerBen Laurie <ben@openssl.org>2012-12-13 15:49:15 +0000
commit5f4cf088647598ca57f66ef12a1c2c80e36237e6 (patch)
treeb35878cbc31ffc6e8dd4ccee92dfdc663d10cb70 /test/Makefile
parent2a2e537983dad1a76de93fa1da03e478528bb081 (diff)
Make verify return errors.
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index df25862de4..3bb739001c 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -246,7 +246,7 @@ test_ecdh:
test_verify:
@echo "The following command should have some OK's and some failures"
@echo "There are definitly a few expired certificates"
- ../util/shlib_wrap.sh ../apps/openssl verify -CApath ../certs ../certs/*.pem
+ ../util/shlib_wrap.sh ../apps/openssl verify -CApath ../certs/demo ../certs/demo/*.pem
test_dh:
@echo "Generate a set of DH parameters"