From 0564ccd787846888589c2a5bd7bfa31222bdd888 Mon Sep 17 00:00:00 2001 From: sarthurdev <965089+sarthurdev@users.noreply.github.com> Date: Thu, 31 Jul 2025 12:09:49 +0200 Subject: tpm: T7628: Fix typo in test expected string --- scripts/check-qemu-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/check-qemu-install b/scripts/check-qemu-install index 61880a23..91290a31 100755 --- a/scripts/check-qemu-install +++ b/scripts/check-qemu-install @@ -813,7 +813,7 @@ try: except pexpect.TIMEOUT: log.warning('Did not find GRUB countdown window, ignoring') - c.expect('.*Encrypted config volume has not been mounted', timeout=120) + c.expect('.*encrypted config volume will not be automatically mounted', timeout=120) loginVM(c, log) -- cgit v1.2.3