about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--tests/aszlig/programs/psi.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/aszlig/programs/psi.nix b/tests/aszlig/programs/psi.nix
index 05b87697..d42c4c21 100644
--- a/tests/aszlig/programs/psi.nix
+++ b/tests/aszlig/programs/psi.nix
@@ -20,7 +20,7 @@
     machine.wait_for_file("/home/alice/.Xauthority")
     machine.succeed("xauth merge ~alice/.Xauthority")
     machine.succeed('su -c "DISPLAY=:0.0 psi" - alice &')
-    machine.wait_for_text('(?i)Register new account')
+    machine.wait_for_text('(?i)Reg.ster new account')
     machine.screenshot('psi')
   '';
 }