summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 405729b..37c72c7 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -23,7 +23,6 @@ direct-softhsm: testsig.hsm.pem
softhsm-token-setup: softhsm-token-setup.stamp
softhsm-token-setup.stamp: softhsm/tokens testkey.pkcs8
test -x $(SOFTHSM)
- test -d $(SOFTHSM_DIR) || mkdir -p $(SOFTHSM_DIR)
echo "directories.tokendir = $$(pwd)/softhsm/tokens/" > $(SOFTHSM2_CONF)
${SOFTHSM} --init-token --free --label mytoken --so-pin ffffff --pin ffff
${SOFTHSM} --import testkey.pkcs8 --token mytoken --label mykey --id 00 --pin ffff