From ef1982e1e7b7689e89ea2d435d4369d053419c71 Mon Sep 17 00:00:00 2001
From: Luca Boccassi <luca.boccassi@gmail.com>
Date: Mon, 4 Nov 2024 20:22:01 +0000
Subject: [PATCH 0989/1160] test: fix tool name in comment
(cherry picked from commit c53df275d512a219806a181de3bd57f02dc38dab)
(cherry picked from commit 59f5de450a99d876d3af17d6430779976d1d8af4)
src/ukify/test/test_ukify.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -621,7 +621,7 @@ def test_efi_signing_pesign(kernel_initrd, tmp_path):
ukify.make_uki(opts)
- # let's check that sbverify likes the resulting file
+ # let's check that pesign likes the resulting file
dump = subprocess.check_output([
'pesign', '-S',
'-i', output,
--
2.33.0