summary refs log tree commit diff
path: root/nixos/tests/hibernate.nix
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2017-09-06 22:01:48 -0400
committerTim Steinbach <tim@nequissimus.com>2017-09-06 22:01:48 -0400
commit024b501907eafbd89624e465ff21afbc96e9fec6 (patch)
tree058d7d1b96d6a3f95b4c3a03b8e65437f1814b71 /nixos/tests/hibernate.nix
parent51eafbe028d5daf4bfb23db2e60bed1d1b689862 (diff)
downloadnixpkgs-024b501907eafbd89624e465ff21afbc96e9fec6.tar
nixpkgs-024b501907eafbd89624e465ff21afbc96e9fec6.tar.gz
nixpkgs-024b501907eafbd89624e465ff21afbc96e9fec6.tar.bz2
nixpkgs-024b501907eafbd89624e465ff21afbc96e9fec6.tar.lz
nixpkgs-024b501907eafbd89624e465ff21afbc96e9fec6.tar.xz
nixpkgs-024b501907eafbd89624e465ff21afbc96e9fec6.tar.zst
nixpkgs-024b501907eafbd89624e465ff21afbc96e9fec6.zip
tests: Fix hibernate
Diffstat (limited to 'nixos/tests/hibernate.nix')
-rw-r--r--nixos/tests/hibernate.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/hibernate.nix b/nixos/tests/hibernate.nix
index db58a2f5c85..a95235887e8 100644
--- a/nixos/tests/hibernate.nix
+++ b/nixos/tests/hibernate.nix
@@ -37,7 +37,7 @@ import ./make-test.nix (pkgs: {
       $machine->waitForShutdown;
       $machine->start;
       $probe->waitForUnit("network.target");
-      $probe->waitUntilSucceeds("echo test | nc machine 4444");
+      $probe->waitUntilSucceeds("echo test | nc machine 4444 -q 0");
     '';
 
 })