about summary refs log tree commit diff
path: root/nixos/tests/ft2-clone.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/ft2-clone.nix')
-rw-r--r--nixos/tests/ft2-clone.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/ft2-clone.nix b/nixos/tests/ft2-clone.nix
index c877054234ec8..71eda43e2b245 100644
--- a/nixos/tests/ft2-clone.nix
+++ b/nixos/tests/ft2-clone.nix
@@ -22,7 +22,7 @@ import ./make-test-python.nix ({ pkgs, ... }: {
       # Add a dummy sound card, or the program won't start
       machine.execute("modprobe snd-dummy")
 
-      machine.execute("ft2-clone &")
+      machine.execute("ft2-clone >&2 &")
 
       machine.wait_for_window(r"Fasttracker")
       machine.sleep(5)