summaryrefslogtreecommitdiffstats
path: root/nixos/tests/croc.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/croc.nix')
-rw-r--r--nixos/tests/croc.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/croc.nix b/nixos/tests/croc.nix
index 75a8fc991d47..5d709eb3d1cb 100644
--- a/nixos/tests/croc.nix
+++ b/nixos/tests/croc.nix
@@ -38,7 +38,7 @@ in {
sender.execute("echo Hello World > testfile01.txt")
sender.execute("echo Hello Earth > testfile02.txt")
sender.execute(
- "croc --pass ${pass} --relay relay send --code topSecret testfile01.txt testfile02.txt &"
+ "croc --pass ${pass} --relay relay send --code topSecret testfile01.txt testfile02.txt >&2 &"
)
# receive the testfiles and check them