about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2022-01-19 11:22:23 +0100
committerRobert Hensing <robert@roberthensing.nl>2022-01-19 11:22:23 +0100
commit54a62ae266343b584b92d1f2b636a913899c86a8 (patch)
treeb549685d0ae327e9bc34f5093024d3719b28fa09 /nixos
parentf12f99a320c2c748421970800162f462f8dba7e3 (diff)
downloadnixlib-54a62ae266343b584b92d1f2b636a913899c86a8.tar
nixlib-54a62ae266343b584b92d1f2b636a913899c86a8.tar.gz
nixlib-54a62ae266343b584b92d1f2b636a913899c86a8.tar.bz2
nixlib-54a62ae266343b584b92d1f2b636a913899c86a8.tar.lz
nixlib-54a62ae266343b584b92d1f2b636a913899c86a8.tar.xz
nixlib-54a62ae266343b584b92d1f2b636a913899c86a8.tar.zst
nixlib-54a62ae266343b584b92d1f2b636a913899c86a8.zip
nixos/tests/lorri: Remove redundant stdout redirect
Introduced accidentally in https://github.com/NixOS/nixpkgs/pull/144679
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/lorri/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/lorri/default.nix b/nixos/tests/lorri/default.nix
index 147ae999fdb1..c33c7503993d 100644
--- a/nixos/tests/lorri/default.nix
+++ b/nixos/tests/lorri/default.nix
@@ -14,7 +14,7 @@ import ../make-test-python.nix {
     )
 
     # Start the daemon and wait until it is ready
-    machine.execute("lorri daemon > lorri.stdout 2> lorri.stderr >&2 &")
+    machine.execute("lorri daemon > lorri.stdout 2> lorri.stderr &")
     machine.wait_until_succeeds("grep --fixed-strings 'ready' lorri.stdout")
 
     # Ping the daemon