summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrevor Drake <trevd1234@gmail.com>2013-05-16 02:29:19 +0200
committerTrevor Drake <trevd1234@gmail.com>2013-05-16 02:29:19 +0200
commit2d388ea5f96670317d5cc68549326e1c4db9b035 (patch)
treeddc218564c82ea906d9dbabb1d17db86a6c4bccc
parentFix building of updater binary (diff)
downloadandroid_bootable_recovery-2d388ea5f96670317d5cc68549326e1c4db9b035.tar
android_bootable_recovery-2d388ea5f96670317d5cc68549326e1c4db9b035.tar.gz
android_bootable_recovery-2d388ea5f96670317d5cc68549326e1c4db9b035.tar.bz2
android_bootable_recovery-2d388ea5f96670317d5cc68549326e1c4db9b035.tar.lz
android_bootable_recovery-2d388ea5f96670317d5cc68549326e1c4db9b035.tar.xz
android_bootable_recovery-2d388ea5f96670317d5cc68549326e1c4db9b035.tar.zst
android_bootable_recovery-2d388ea5f96670317d5cc68549326e1c4db9b035.zip
-rw-r--r--verifier_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/verifier_test.cpp b/verifier_test.cpp
index fe5519d79..b263db808 100644
--- a/verifier_test.cpp
+++ b/verifier_test.cpp
@@ -98,7 +98,7 @@ int main(int argc, char **argv) {
ui = new FakeUI();
- int result = verify_file(argv[1], &test_key, 1);
+ int result = verify_file(argv[1]);
if (result == VERIFY_SUCCESS) {
printf("SUCCESS\n");
return 0;