summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2012-12-13 15:48:42 +0000
committerBen Laurie <ben@openssl.org>2012-12-13 15:48:42 +0000
commit5bb6d96558ff6013826e3362f4c81513e3df23ff (patch)
tree126ce5914cbb99e0f60b559bdef5610c8a232883 /test
parent28e1bd35bd869acd8816a35a8c0d707ddb9d498e (diff)
Make verify return errors.
Diffstat (limited to 'test')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 09e6848764..4c9eabcc21 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"