[PATCH v2 1/7] binman: Fix typo for the test case name

Aristo Chen jj251510319013 at gmail.com
Sun Sep 14 12:59:26 CEST 2025


Fix typo from `Singature` to `Signature`

Signed-off-by: Aristo Chen <aristo.chen at canonical.com>
---
 tools/binman/ftest.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/binman/ftest.py b/tools/binman/ftest.py
index a90db3c9351..6ed8b8637cd 100644
--- a/tools/binman/ftest.py
+++ b/tools/binman/ftest.py
@@ -7986,7 +7986,7 @@ fdt         fdtmap                Extract the devicetree blob from the fdtmap
             'Node \'/binman/fit\': multiple key paths found',
             str(e.exception))
 
-    def testFitSignNoSingatureNodes(self):
+    def testFitSignNoSignatureNodes(self):
         """Test that fit,sign doens't raise error if no signature nodes found"""
         if not elf.ELF_TOOLS:
             self.skipTest('Python elftools not available')
-- 
2.43.0



More information about the U-Boot mailing list