about summary refs log tree commit diff
path: root/nixos/tests/gnome3-gdm.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/gnome3-gdm.nix')
-rw-r--r--nixos/tests/gnome3-gdm.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/gnome3-gdm.nix b/nixos/tests/gnome3-gdm.nix
index 1c07ddf79c2e..42425b57ba33 100644
--- a/nixos/tests/gnome3-gdm.nix
+++ b/nixos/tests/gnome3-gdm.nix
@@ -32,6 +32,7 @@ import ./make-test.nix ({ pkgs, ...} : {
       $machine->succeed("getfacl /dev/snd/timer | grep -q alice");
 
       $machine->succeed("su - alice -c 'DISPLAY=:0.0 gnome-terminal &'");
+      $machine->succeed("xauth merge ~alice/.Xauthority");
       $machine->waitForWindow(qr/Terminal/);
       $machine->sleep(20);
       $machine->screenshot("screen");