about summary refs log tree commit diff
path: root/nixos/tests/keepassxc.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/keepassxc.nix')
-rw-r--r--nixos/tests/keepassxc.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/keepassxc.nix b/nixos/tests/keepassxc.nix
index 98902187f6ac3..685a200b31878 100644
--- a/nixos/tests/keepassxc.nix
+++ b/nixos/tests/keepassxc.nix
@@ -26,7 +26,7 @@ import ./make-test-python.nix ({ pkgs, ...} :
     machine.wait_for_x()
 
     # start KeePassXC window
-    machine.execute("su - alice -c keepassxc &")
+    machine.execute("su - alice -c keepassxc >&2 &")
 
     machine.wait_for_text("KeePassXC ${pkgs.keepassxc.version}")
     machine.screenshot("KeePassXC")