[PATCH] uefi: uefidump: remove FWTS_FLAG_UNSAFE from test.

Keng-Yu Lin kengyu at canonical.com
Wed Oct 17 08:20:30 UTC 2012


On Tue, Oct 16, 2012 at 5:38 PM, Colin King <colin.king at canonical.com> wrote:
> From: Colin Ian King <colin.king at canonical.com>
>
> Commit cdd817599787055dd4a20def83d4853b62ee854c mistakenly
> set this test as an unsafe test.  Set it back to a normal utility
> test.
>
> Signed-off-by: Colin Ian King <colin.king at canonical.com>
> ---
>  src/uefi/uefidump/uefidump.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/uefi/uefidump/uefidump.c b/src/uefi/uefidump/uefidump.c
> index 11c40e9..99d270d 100644
> --- a/src/uefi/uefidump/uefidump.c
> +++ b/src/uefi/uefidump/uefidump.c
> @@ -780,4 +780,4 @@ static fwts_framework_ops uefidump_ops = {
>         .minor_tests = uefidump_tests
>  };
>
> -FWTS_REGISTER(uefidump, &uefidump_ops, FWTS_TEST_ANYTIME, FWTS_FLAG_UNSAFE | FWTS_FLAG_ROOT_PRIV);
> +FWTS_REGISTER(uefidump, &uefidump_ops, FWTS_TEST_ANYTIME, FWTS_FLAG_UTILS | FWTS_FLAG_ROOT_PRIV);
> --
> 1.7.10.4
>
Acked-by: Keng-Yu Lin <kengyu at canonical.com>



More information about the fwts-devel mailing list