summaryrefslogtreecommitdiff
path: root/tests/vb2_rsa_tests.sh
diff options
context:
space:
mode:
authorBill Richardson <wfrichar@chromium.org>2014-07-14 15:05:54 -0700
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2014-07-17 06:50:37 +0000
commit3e3790d00827e75d39b77a14bca2756a14a51b3c (patch)
treecbc397cfa9eb60fc7f3e08f3cd29b04962e2c972 /tests/vb2_rsa_tests.sh
parent0f6679e8582219b40e2ab5485992827a92c18bcd (diff)
downloadvboot-3e3790d00827e75d39b77a14bca2756a14a51b3c.tar.gz
Install and use futility when running tests
As we build features into futility, the standalone executables disappear. Tests that invoke those executables will need to invoke futility instead. BUG=chromium:224734 BRANCH=ToT TEST=make runtests Signed-off-by: Bill Richardson <wfrichar@chromium.org> Change-Id: I75230f6901aab8d978fa5d12505c243e1c90c938 Reviewed-on: https://chromium-review.googlesource.com/207926 Reviewed-by: Randall Spangler <rspangler@chromium.org>
Diffstat (limited to 'tests/vb2_rsa_tests.sh')
-rwxr-xr-xtests/vb2_rsa_tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/vb2_rsa_tests.sh b/tests/vb2_rsa_tests.sh
index 331b0669..ff570d01 100755
--- a/tests/vb2_rsa_tests.sh
+++ b/tests/vb2_rsa_tests.sh
@@ -21,7 +21,7 @@ function test_signatures {
for hashalgo in ${hash_algos[@]}
do
echo -e "For ${COL_YELLOW}RSA-$keylen and $hashalgo${COL_STOP}:"
- ${UTIL_DIR}/verify_data $algorithmcounter \
+ ${BIN_DIR}/verify_data $algorithmcounter \
${TESTKEY_DIR}/key_rsa${keylen}.keyb \
${TEST_FILE}.rsa${keylen}_${hashalgo}.sig \
${TEST_FILE}