forked from mirrors/nixpkgs
Test driver: Don't wait for a reply after issuing "poweroff"
This commit is contained in:
parent
bcdc71ddae
commit
e5d4524dda
|
@ -434,7 +434,7 @@ sub shutdown {
|
|||
my ($self) = @_;
|
||||
return unless $self->{booted};
|
||||
|
||||
$self->execute("poweroff");
|
||||
print { $self->{socket} } ("poweroff\n");
|
||||
|
||||
$self->waitForShutdown;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue