tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
tests: Fix hibernate
Tim Steinbach
8 years ago
024b5019
51eafbe0
+1
-1
1 changed file
expand all
collapse all
unified
split
nixos
tests
hibernate.nix
+1
-1
nixos/tests/hibernate.nix
···
37
37
$machine->waitForShutdown;
38
38
$machine->start;
39
39
$probe->waitForUnit("network.target");
40
40
-
$probe->waitUntilSucceeds("echo test | nc machine 4444");
40
40
+
$probe->waitUntilSucceeds("echo test | nc machine 4444 -q 0");
41
41
'';
42
42
43
43
})