From dbe0ef19de847e0638373f09d628f5fe3c285e80 Mon Sep 17 00:00:00 2001 From: Pol Henarejos Date: Mon, 9 Oct 2023 22:17:22 +0200 Subject: [PATCH] Fix store binary test script. Signed-off-by: Pol Henarejos --- tests/scripts/store_binary.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/store_binary.sh b/tests/scripts/store_binary.sh index 2a116f1..3b03cff 100755 --- a/tests/scripts/store_binary.sh +++ b/tests/scripts/store_binary.sh @@ -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