about summary refs log tree commit diff
path: root/nixos/tests/cinnamon-wayland.nix
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2024-01-25 21:41:57 +0800
committerBobby Rong <rjl931189261@126.com>2024-01-25 21:41:57 +0800
commit85d2b356cac224867d04b4f47c026f143a911764 (patch)
tree8da4d02e3d3320ca5829d562e8d80eabebf2d565 /nixos/tests/cinnamon-wayland.nix
parent0a05b55a32af01ed231152884bbaf78ce32a106f (diff)
nixosTests.cinnamon-wayland: Fix screensaver test
https://github.com/linuxmint/cinnamon-screensaver/commit/5e225dca4c9e14d8b51d09986b93b1500213707d
Diffstat (limited to 'nixos/tests/cinnamon-wayland.nix')
-rw-r--r--nixos/tests/cinnamon-wayland.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/cinnamon-wayland.nix b/nixos/tests/cinnamon-wayland.nix
index 824a606004cc0..1629ead16f41f 100644
--- a/nixos/tests/cinnamon-wayland.nix
+++ b/nixos/tests/cinnamon-wayland.nix
@@ -64,7 +64,7 @@ import ./make-test-python.nix ({ pkgs, lib, ... }: {
           # This is not supported at the moment.
           # https://trello.com/b/HHs01Pab/cinnamon-wayland
           machine.execute("${su "cinnamon-screensaver-command -l >&2 &"}")
-          machine.wait_until_succeeds("journalctl -b --grep 'Cinnamon Screensaver is unavailable on Wayland'")
+          machine.wait_until_succeeds("journalctl -b --grep 'cinnamon-screensaver is disabled in wayland sessions'")
 
       with subtest("Open GNOME Terminal"):
           machine.succeed("${su "dbus-launch gnome-terminal"}")