Skip to content

Commit 43fdd70

Browse files
authored
Merge pull request #1003 from sarthurdev/T7628
tpm: T7628: Fix typo in test expected string
2 parents 3e02e42 + 0564ccd commit 43fdd70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/check-qemu-install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -813,7 +813,7 @@ try:
813813
except pexpect.TIMEOUT:
814814
log.warning('Did not find GRUB countdown window, ignoring')
815815

816-
c.expect('.*Encrypted config volume has not been mounted', timeout=120)
816+
c.expect('.*encrypted config volume will not be automatically mounted', timeout=120)
817817

818818
loginVM(c, log)
819819

0 commit comments

Comments
 (0)