Shut up Perl warning

+1 -1
+1 -1
nixos/lib/test-driver/Machine.pm
··· 497 497 retry sub { 498 498 my ($status, $out) = $self->execute("journalctl -bu systemd-logind | grep Linked"); 499 499 return 0 if $status != 0; 500 - my ($status, $out) = $self->execute("xwininfo -root > /dev/null 2>&1"); 500 + ($status, $out) = $self->execute("xwininfo -root > /dev/null 2>&1"); 501 501 return 1 if $status == 0; 502 502 } 503 503 });