support/testing/tests/package/test_mtools.py: fix 'unformatted' typo

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
Peter Korsgaard
2024-09-20 23:08:34 +02:00
committed by Yann E. MORIN
parent 4a8aafecf0
commit 064f879d96

View File

@@ -26,7 +26,7 @@ class TestMtools(infra.basetest.BRTest):
# Create an empty image file to hold the FAT partition
self.assertRunOk(f"dd if=/dev/zero of={dos_img} bs=1M count=1")
# Any Mtools command is expected to fail on an unformated
# Any Mtools command is expected to fail on an unformatted
# partition.
cmd = f"minfo {mtools_opts} ::"
_, exit_code = self.emulator.run(cmd)