summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorsarthurdev <965089+sarthurdev@users.noreply.github.com>2025-07-31 12:09:49 +0200
committersarthurdev <965089+sarthurdev@users.noreply.github.com>2025-07-31 12:15:48 +0200
commit0564ccd787846888589c2a5bd7bfa31222bdd888 (patch)
treeb8d4214d654a6bd6e37b2d5871d3fe6cd1129791 /scripts
parent3e02e42e76589aa2b349e003fd6b7b484a6856f2 (diff)
downloadvyos-build-0564ccd787846888589c2a5bd7bfa31222bdd888.tar.gz
vyos-build-0564ccd787846888589c2a5bd7bfa31222bdd888.zip
tpm: T7628: Fix typo in test expected string
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/check-qemu-install2
1 files changed, 1 insertions, 1 deletions
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)