3
0
Fork 0
forked from mirrors/nixpkgs

* Fix indentation.

svn path=/nixos/trunk/; revision=24254
This commit is contained in:
Eelco Dolstra 2010-10-12 22:03:50 +00:00
parent fa04ae9738
commit 52a8a529b3

View file

@ -307,12 +307,6 @@ in {
my $machine = Machine->new({ cdrom => glob("${iso}/iso/*.iso"), qemuFlags => '${qemuNICFlags 1 1} -m 1024' });
$machine->start;
# Make sure that we get a login prompt etc.
$machine->mustSucceed("echo hello");
$machine->waitForJob("tty1");
$machine->waitForJob("rogue");
$machine->waitForJob("nixos-manual");
# Make sure that we don't try to download anything.
$machine->stopJob("dhclient");
$machine->mustSucceed("rm /etc/resolv.conf");