From 43c482135f80aded4a2f4802921d5ad97b7e9745 Mon Sep 17 00:00:00 2001 From: Marga Manterola Date: Thu, 3 Jan 2019 17:57:29 +0000 Subject: Fix typo when checking for ed25519 support --- tests/testpkcs11.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1