Skip to content

Commit 0564ccd

Browse files
committed
tpm: T7628: Fix typo in test expected string
1 parent 3e02e42 commit 0564ccd

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)