mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 04:36:13 +02:00
binman: Fix typo for the test case name
Fix typo from `Singature` to `Signature` Signed-off-by: Aristo Chen <aristo.chen@canonical.com> Reviewed-by: Dhruva Gole <d-gole@ti.com>
This commit is contained in:
parent
2dbde3f9b0
commit
88392a59bf
@ -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')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user