commit | 2d388ea5f96670317d5cc68549326e1c4db9b035 | [log] [tgz] |
---|---|---|
author | Trevor Drake <trevd1234@gmail.com> | Thu May 16 01:29:19 2013 +0100 |
committer | Trevor Drake <trevd1234@gmail.com> | Thu May 16 01:29:19 2013 +0100 |
tree | ddc218564c82ea906d9dbabb1d17db86a6c4bccc | |
parent | f6b15d1d454b85348dcb9566aad22fd7ed5e665a [diff] |
verifier_test : fix the call to verify_file This was cause mm to fail when ran in the bootable/recovery directory Change-Id: I1416a1a6a4c41e6d4b14386715074a8da9e39b43
diff --git a/verifier_test.cpp b/verifier_test.cpp index fe5519d..b263db8 100644 --- a/verifier_test.cpp +++ b/verifier_test.cpp
@@ -98,7 +98,7 @@ 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;