summaryrefslogtreecommitdiffstats
path: root/nixos/tests/etesync-dav.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/etesync-dav.nix')
-rw-r--r--nixos/tests/etesync-dav.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/etesync-dav.nix b/nixos/tests/etesync-dav.nix
index da5c056f5349..6a747e23f76f 100644
--- a/nixos/tests/etesync-dav.nix
+++ b/nixos/tests/etesync-dav.nix
@@ -13,7 +13,7 @@ import ./make-test-python.nix ({ pkgs, ... }: {
''
machine.wait_for_unit("multi-user.target")
machine.succeed("etesync-dav --version")
- machine.execute("etesync-dav &")
+ machine.execute("etesync-dav >&2 &")
machine.wait_for_open_port(37358)
with subtest("Check that the web interface is accessible"):
assert "Add User" in machine.succeed("curl -s http://localhost:37358/.web/add/")