Fix store binary test script.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos 2023-10-09 22:17:22 +02:00
parent c3b57b229f
commit dbe0ef19de
No known key found for this signature in database
GPG Key ID: C0095B7870A4CCD3

View File

@ -6,7 +6,7 @@ test $? -eq 0 || exit $?
TEST_DATA="Pico HSM is awesome!"
echo 'Pico HSM is awesome!' > data
echo ${TEST_DATA} > test
echo -n " Test public binary storage..."
pkcs11-tool --pin 648219 --write-object test --type data --id 1 --label 'test1' > /dev/null 2>&1