summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtests/testpkcs11.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testpkcs11.sh b/tests/testpkcs11.sh
index 9c7a53678b..49acc0ff9f 100755
--- a/tests/testpkcs11.sh
+++ b/tests/testpkcs11.sh
@@ -1045,7 +1045,7 @@ if test "x${TOKEN}" = x; then
exit_error
fi
-${P11TOOL} ${ADDITIONAL_PARAM} --list-machanisms ${TOKEN}|grep 25519 >/dev/null
+${P11TOOL} ${ADDITIONAL_PARAM} --list-mechanisms ${TOKEN}|grep 25519 >/dev/null
if test $? = 0;then
have_ed25519=1
fi