support/testing/tests/package/test_cryptsetup.py: fix 'encrypted' 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:
committed by
Yann E. MORIN
parent
68316831e4
commit
28c56bc26f
@@ -109,7 +109,7 @@ class TestCryptSetup(infra.basetest.BRTest):
|
||||
self.assertRunOk(f"cryptsetup close {dm_name}")
|
||||
|
||||
# We are NOT supposed to find our plain text message on the
|
||||
# crypted storage device.
|
||||
# encrypted storage device.
|
||||
_, ret = self.emulator.run(f"grep -Fq '{msg}' {dev}", timeout=10)
|
||||
self.assertNotEqual(ret, 0)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user