3
0
Fork 0
forked from mirrors/nixpkgs

* Fix the installer.simple test.

svn path=/nixos/trunk/; revision=29780
This commit is contained in:
Eelco Dolstra 2011-10-12 12:21:54 +00:00
parent ce7b064a11
commit 0ecda32942

View file

@ -94,7 +94,7 @@ let
createDisk("harddisk", 4 * 1024);
my $machine = createMachine({ hda => "harddisk", cdrom => glob("${iso}/iso/*.iso"),
qemuFlags => '${if testChannel then qemuNICFlags 1 1 2 else ""}'});
qemuFlags => '${optionalString testChannel (toString (qemuNICFlags 1 1 2))}'});
$machine->start;
${optionalString testChannel ''