summaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
authorLinus Nordberg <linus@sunet.se>2019-07-02 21:32:11 +0200
committerLinus Nordberg <linus@sunet.se>2019-07-02 21:32:11 +0200
commit5cd8b97d0ec2b0836dd77b9ac28a8632ed35fc57 (patch)
tree1df8c9609b3caa7d740a78049a15996e41182097 /tests/Makefile
parent6d9d7c404fc980dd6218c266c2bffc135edbd887 (diff)
use sane paths in tests/Makefile
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 309dc59..1f671e5 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -8,7 +8,7 @@ TEXT = "A foo is a bar"
SOFTHSM = /usr/bin/softhsm2-util
SOFTHSM_PROVIDER = /usr/lib/softhsm/libsofthsm2.so
-P11P_PROVIDER = /home/linus/usr/lib/pkcs11/p11-kit-client.so
+P11P_PROVIDER = /usr/local/lib/pkcs11/p11-kit-client.so
p11p-softhsm: testsig.hsm.p11p.pem
echo "$(TEXT)" |./do-verify.sh $< $(P11P_PROVIDER) ./openssl.p11p.cnf $(SOFTHSM_PROVIDER)