summaryrefslogtreecommitdiff
path: root/tests/gen_test_vbpubks.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gen_test_vbpubks.sh')
-rwxr-xr-xtests/gen_test_vbpubks.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gen_test_vbpubks.sh b/tests/gen_test_vbpubks.sh
index 3f8dee17..8ea2759d 100755
--- a/tests/gen_test_vbpubks.sh
+++ b/tests/gen_test_vbpubks.sh
@@ -15,7 +15,7 @@ function generate_vpubks {
do
for hashalgo in ${hash_algos[@]}
do
- ${BIN_DIR}/vbutil_key --pack \
+ ${FUTILITY} vbutil_key --pack \
--in ${TESTKEY_DIR}/key_rsa${keylen}.keyb \
--out ${TESTKEY_DIR}/key_rsa${keylen}.${hashalgo}.vbpubk \
--version 1 \