summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nordberg <linus@sunet.se>2019-10-22 16:25:30 +0200
committerLinus Nordberg <linus@sunet.se>2019-10-22 16:25:30 +0200
commitd7439e036f9052addf54bb685d3e4aec0eb2cb64 (patch)
tree325f262940ac27ba5b5d8ccfdcf41986f3fd442b
parentc4ce1528f1954e4afdca98c50056a1fafd11b3dc (diff)
remove spurious mkdir
We already do that in target softhsm/tokens.
-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