From 2d388ea5f96670317d5cc68549326e1c4db9b035 Mon Sep 17 00:00:00 2001 From: Trevor Drake Date: Thu, 16 May 2013 01:29:19 +0100 Subject: verifier_test : fix the call to verify_file This was cause mm to fail when ran in the bootable/recovery directory Change-Id: I1416a1a6a4c41e6d4b14386715074a8da9e39b43 --- verifier_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3