mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
tests: Fix hibernate
This commit is contained in:
parent
51eafbe028
commit
024b501907
|
@ -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");
|
||||
'';
|
||||
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue