]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - test/py/tests/test_scsi.py
disk: simplify print_part_header()
[thirdparty/u-boot.git] / test / py / tests / test_scsi.py
index be2e283e7d257ae3671156637b8c8d3a2141892a..445693cafd71033fcc72b61989aaaa7d11900039 100644 (file)
@@ -87,6 +87,6 @@ def test_scsi_dev(u_boot_console):
 def test_scsi_part(u_boot_console):
     test_scsi_dev(u_boot_console)
     output = u_boot_console.run_command('scsi part')
-    assert 'Partition Map for SCSI device' in output
+    assert 'Partition Map for scsi device' in output
     output = u_boot_console.run_command('echo $?')
     assert output.endswith('0')