mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 19:21:04 +00:00
nixos/tests: fix curl-impersonate under network-online dep fix
This commit is contained in:
parent
81a3fa04ca
commit
deb9370b88
|
@ -144,6 +144,8 @@ in {
|
|||
start_all()
|
||||
|
||||
with subtest("Wait for network"):
|
||||
web.systemctl("start network-online.target")
|
||||
curl.systemctl("start network-online.target")
|
||||
web.wait_for_unit("network-online.target")
|
||||
curl.wait_for_unit("network-online.target")
|
||||
|
||||
|
|
Loading…
Reference in a new issue