mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03: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:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user