summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAristo Chen <[email protected]>2025-09-14 10:59:26 +0000
committerTom Rini <[email protected]>2025-09-23 13:35:22 -0600
commit88392a59bf87bf2c1c5aedc0b76f459d702f71a7 (patch)
tree29d4fc0ed2efae2c252c1764553724af5257097f /tools
parent2dbde3f9b08771b8182fcbf0bb0309acaff6c2e1 (diff)
binman: Fix typo for the test case name
Fix typo from `Singature` to `Signature` Signed-off-by: Aristo Chen <[email protected]> Reviewed-by: Dhruva Gole <[email protected]>
Diffstat (limited to 'tools')
-rw-r--r--tools/binman/ftest.py2
1 files changed, 1 insertions, 1 deletions
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')