mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
Try again
This commit is contained in:
parent
019e9d8a3d
commit
af817ae0d8
@ -62,6 +62,7 @@ import ./make-test.nix {
|
||||
# Test whether hostname (and by extension nss_myhostname) works.
|
||||
subtest "hostname", sub {
|
||||
$machine->waitForUnit("dhcpcd.service");
|
||||
$machine->waitForUnit("network.target");
|
||||
$machine->succeed('[ "`hostname`" = machine ]');
|
||||
$machine->succeed('[ "`hostname -s`" = machine ]');
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user