Re: [PATCH] Fix emu build and tests after pgp module renaming

2019-01-14 Thread Daniel Kiper
On Wed, Jan 09, 2019 at 02:54:39PM +, Colin Watson wrote: > Commit b07feb8746c3bb845e3f0d33d37c0bded704d14d renamed the "verify" > module to "pgp", but the GRUB_MOD_INIT and GRUB_MOD_FINI macros were > left as "verify", which broke the emu target build; and file_filter_test > still referred to

[PATCH] Fix emu build and tests after pgp module renaming

2019-01-09 Thread Colin Watson
Commit b07feb8746c3bb845e3f0d33d37c0bded704d14d renamed the "verify" module to "pgp", but the GRUB_MOD_INIT and GRUB_MOD_FINI macros were left as "verify", which broke the emu target build; and file_filter_test still referred to the now non-existent "verify" module. Fix both of these. Signed-off-