Skip to content

Commit

Permalink
tests: Fix hibernate
Browse files Browse the repository at this point in the history
(cherry picked from commit 024b501)
  • Loading branch information
NeQuissimus committed Sep 7, 2017
1 parent a6c2902 commit b50193f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/tests/hibernate.nix
Expand Up @@ -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");
'';

})

0 comments on commit b50193f

Please sign in to comment.