From f4ea97ae90c86f715f18579d823b2bb42cb6c28c Mon Sep 17 00:00:00 2001 From: Nikolay Amiantov Date: Sun, 17 Jul 2016 22:44:54 +0300 Subject: [PATCH] Revert "nixos/tests/installer: Fix matching LUKS prompt" This reverts commit ec072cbc4c87edd4ece210121dba83abeff0a018. See also 193ab8be67ef941321e6b079db7e73b1d04cf9a8 --- nixos/tests/installer.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/tests/installer.nix b/nixos/tests/installer.nix index 95fd4d5f2c2..4a30cc18b02 100644 --- a/nixos/tests/installer.nix +++ b/nixos/tests/installer.nix @@ -365,7 +365,7 @@ in { enableOCR = true; preBootCommands = '' $machine->start; - $machine->waitForText(qr/Enter LUKS Passphrase/i); + $machine->waitForText(qr/Enter passphrase/); $machine->sendChars("supersecret\n"); ''; };