We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent a6c2902 commit b50193fCopy full SHA for b50193f
nixos/tests/hibernate.nix
@@ -37,7 +37,7 @@ import ./make-test.nix (pkgs: {
37
$machine->waitForShutdown;
38
$machine->start;
39
$probe->waitForUnit("network.target");
40
- $probe->waitUntilSucceeds("echo test | nc machine 4444");
+ $probe->waitUntilSucceeds("echo test | nc machine 4444 -q 0");
41
'';
42
43
})
0 commit comments